Lines Matching refs:OP_ONCE_NC
1742 case OP_ONCE_NC: in find_fixedlength()
2455 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3135 case OP_ONCE_NC: in compare_opcodes()
3147 case OP_ONCE_NC: in compare_opcodes()
3168 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
6167 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6173 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
7518 *code = OP_ONCE_NC; in compile_branch()
8421 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8539 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
8625 case OP_ONCE_NC: in find_firstassertedchar()