Lines Matching defs:OPERAND
149 #define OPERAND(p) ((p) + 3)
285 scan = OPERAND(scan);
289 r->regstart = *OPERAND(scan);
305 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
306 longest = OPERAND(scan);
307 len = strlen(OPERAND(scan));
729 regtail(OPERAND(p), val);
909 opnd = OPERAND(scan);
924 || strchr(OPERAND(scan), *restate->reginput) == NULL) {
931 || strchr(OPERAND(scan), *restate->reginput) != NULL) {
1002 next = OPERAND(scan); /* Avoid recursion. */
1006 if (regmatch(OPERAND(scan),restate))
1028 nextch = *OPERAND(next);
1031 no = regrepeat(OPERAND(scan),restate);
1079 opnd = OPERAND(p);