Searched refs:OP_FAIL (Results 1 – 6 of 6) sorted by relevance
743 case OP_FAIL: in find_minlength()1018 case OP_FAIL: in set_start_bits()
636 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE,5620 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()6508 *code++ = OP_FAIL; in compile_branch()7085 case OP_FAIL: in compile_branch()8527 case OP_FAIL: in is_startline()
2739 case OP_FAIL: in internal_dfa_match()2821 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
1608 OP_FAIL, /* 162 */ enumerator
961 case OP_FAIL: in next_opcode()10504 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()10758 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()10769 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()11953 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()12369 case OP_FAIL: in compile_matchingpath()13456 case OP_FAIL: in compile_backtrackingpath()
5586 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match()6140 case OP_FAIL: in match()
Completed in 80 milliseconds