Lines Matching refs:OPERAND
130 #define OPERAND(p) ((p) + 3)
257 scan = OPERAND(scan);
261 r->regstart = *OPERAND(scan);
277 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
278 longest = OPERAND(scan);
279 len = (int) strlen(OPERAND(scan));
680 regtail(OPERAND(p), val);
850 opnd = OPERAND(scan);
861 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) == NULL)
866 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) != NULL)
936 next = OPERAND(scan); /* Avoid recursion. */
940 if (regmatch(OPERAND(scan)))
964 nextch = *OPERAND(next);
967 no = regrepeat(OPERAND(scan));
1014 opnd = OPERAND(p);