Searched refs:OP_FAIL (Results 1 – 6 of 6) sorted by relevance
746 case OP_FAIL: in find_minlength()1022 case OP_FAIL: in set_start_bits()
636 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE,5869 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()6772 *code++ = OP_FAIL; in compile_branch()7351 case OP_FAIL: in compile_branch()8824 case OP_FAIL: in is_startline()
2786 case OP_FAIL: in internal_dfa_match()2868 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
1634 OP_FAIL, /* 163 */ enumerator
1003 case OP_FAIL: in next_opcode()10855 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()11127 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()11138 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()12341 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()12758 case OP_FAIL: in compile_matchingpath()13905 case OP_FAIL: in compile_backtrackingpath()
5688 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match()6359 case OP_FAIL: in match()
Completed in 146 milliseconds