OPERAND
return OPERAND;
next = OPERAND(scan); /* Avoid recursion. */
if (regmatch(OPERAND(scan)))
nextch = *OPERAND(next);
no = regrepeat(OPERAND(scan));
opnd = OPERAND(p);
scan = OPERAND(scan);
r->regstart = *OPERAND(scan);
if (OP(scan) == EXACTLY && (int) strlen(OPERAND(scan)) >= len) {
longest = OPERAND(scan);
len = strlen(OPERAND(scan));
regtail(OPERAND(p), val);
opnd = OPERAND(scan);
if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) == NULL)
if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) != NULL)