Lines Matching refs:no
12 * this software, no matter how awful, even if they arise
99 #define END 0 /* no End of program. */
100 #define BOL 1 /* no Match "" at beginning of line. */
101 #define EOL 2 /* no Match "" at end of line. */
102 #define ANY 3 /* no Match any one character. */
106 #define BACK 7 /* no Match "", "next" ptr points backward. */
108 #define NOTHING 9 /* no Match empty string. */
111 #define OPEN 20 /* no Mark this point in input as start of #n. */
113 #define CLOSE (OPEN+NSUBEXP) /* no Analogous to OPEN. */
949 register int no;
953 no = OP(scan) - OPEN;
961 if (restate->regstartp[no] == NULL) {
962 restate->regstartp[no] = save;
978 register int no;
982 no = OP(scan) - CLOSE;
991 if (restate->regendp[no] == NULL)
992 restate->regendp[no] = save;
1018 register int no;
1031 no = regrepeat(OPERAND(scan),restate);
1032 while (no >= min) {
1038 no--;
1039 restate->reginput = save + no;