Lines Matching defs:no
12 * this software, no matter how awful, even if they arise
80 #define END 0 /* no End of program. */
81 #define BOL 1 /* no Match "" at beginning of line. */
82 #define EOL 2 /* no Match "" at end of line. */
83 #define ANY 3 /* no Match any one character. */
87 #define BACK 7 /* no Match "", "next" ptr points backward. */
89 #define NOTHING 9 /* no Match empty string. */
92 #define OPEN 20 /* no Mark this point in input as start of #n. */
94 #define CLOSE 30 /* no Analogous to OPEN. */
883 register int no;
886 no = OP(scan) - OPEN;
895 if (regstartp[no] == NULL)
896 regstartp[no] = save;
912 register int no;
915 no = OP(scan) - CLOSE;
924 if (regendp[no] == NULL)
925 regendp[no] = save;
954 register int no;
967 no = regrepeat(OPERAND(scan));
968 while (no >= min) {
974 no--;
975 reginput = save + no;