Lines Matching refs:OP_ONCE_NC
1763 case OP_ONCE_NC: in find_fixedlength()
2508 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3191 case OP_ONCE_NC: in compare_opcodes()
3203 case OP_ONCE_NC: in compare_opcodes()
3225 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
7722 *code = OP_ONCE_NC; in compile_branch()
8632 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8751 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
8837 case OP_ONCE_NC: in find_firstassertedchar()