Searched refs:EXACTLY (Results 1 – 3 of 3) sorted by relevance
88 #define EXACTLY 8 /* str Match this string. */ macro258 if (OP(scan) == EXACTLY)275 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {547 ret = regnode(EXACTLY);566 ret = regnode(EXACTLY);865 case EXACTLY: {982 if (OP(next) == EXACTLY)1040 case EXACTLY:1102 register char op = EXACTLY; /* Arbitrary non-END op. */1116 if (op == ANYOF || op == ANYBUT || op == EXACTLY) {[all …]
94 #define EXACTLY 8 /* str Match this string. */ macro261 if (OP(scan) == EXACTLY)278 if (OP(scan) == EXACTLY && strlen(OPERAND(scan)) >= len) {596 ret = regnode(EXACTLY);939 case EXACTLY: {1053 if (OP(next) == EXACTLY)1108 case EXACTLY:1168 register char op = EXACTLY; /* Arbitrary non-END op. */1183 if (op == ANYOF || op == ANYBUT || op == EXACTLY) {1233 case EXACTLY:
85 you're not alone. The cardinal rule: COMPILE THE PROGRAMS IN EXACTLY