Lines Matching refs:OP_ONCE_NC
1761 case OP_ONCE_NC: in find_fixedlength()
2506 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3189 case OP_ONCE_NC: in compare_opcodes()
3201 case OP_ONCE_NC: in compare_opcodes()
3223 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
6266 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6272 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
7725 *code = OP_ONCE_NC; in compile_branch()
8635 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8754 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
8840 case OP_ONCE_NC: in find_firstassertedchar()