Searched refs:OP_ONCE_NC (Results 1 – 4 of 4) sorted by relevance
131 case OP_ONCE_NC: in find_minlength()864 case OP_ONCE_NC: in set_start_bits()
1765 case OP_ONCE_NC: in find_fixedlength()2449 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()5397 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()5403 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()6570 *code = OP_ONCE_NC; in compile_branch()7468 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()7586 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()7671 case OP_ONCE_NC: in find_firstassertedchar()
863 case OP_ONCE_NC: in match()891 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()1912 *prev == OP_ONCE_NC) in match()
2067 OP_ONCE_NC, /* 124 Atomic group containing no captures */ enumerator
Completed in 78 milliseconds