Lines Matching refs:EXACTLY
144 #define EXACTLY 5 // str Match this string. macro
1367 ret = regnode(EXACTLY); in regatom()
1414 ret = regnode(EXACTLY); in regatom()
1619 ret = regnode(EXACTLY); in regatom()
2029 ret = regnode(EXACTLY); in regatom()
2549 if (OP(scan) == EXACTLY) in bt_regcomp()
2561 && OP(regnext(scan)) == EXACTLY) in bt_regcomp()
2584 if (OP(scan) == EXACTLY && STRLEN(OPERAND(scan)) >= (size_t)len) in bt_regcomp()
3007 case EXACTLY: in regrepeat()
3677 case EXACTLY: in regmatch()
4168 if (OP(next) == EXACTLY) in regmatch()
5115 int op = EXACTLY; // Arbitrary non-END op. in regdump()
5164 || op == EXACTLY) in regdump()
5420 case EXACTLY: in regprop()