Searched refs:OP_FAIL (Results 1 – 7 of 7) sorted by relevance
681 case OP_FAIL: in find_minlength()932 case OP_FAIL: in set_start_bits()
404 { 1, OP_FAIL, -1 },405 { 4, OP_FAIL, -1 },1045 case OP_FAIL: in find_fixedlength()4307 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()5751 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()6476 *code++ = OP_FAIL; in compile_branch()8058 case OP_FAIL: in is_startline()
2567 case OP_FAIL: in internal_dfa_match()2671 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
1581 OP_FAIL, /* 159 */ enumerator
702 case OP_FAIL: in next_opcode()7886 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()8145 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()8156 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()9204 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()9603 case OP_FAIL: in compile_matchingpath()10683 case OP_FAIL: in compile_backtrackingpath()
825 case OP_FAIL: in match()1411 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match()
222 OP_FAIL ) parentheses, it may be preceded by one or more229 always optimized to OP_FAIL.553 A condition that is the negative assertion (?!) is optimized to OP_FAIL in all