Lines Matching refs:OP_ONCE
1762 case OP_ONCE: in find_fixedlength()
2508 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3190 case OP_ONCE: in compare_opcodes()
3202 case OP_ONCE: in compare_opcodes()
3225 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
5703 *previous = OP_ONCE; in compile_branch()
5990 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6456 tempcode[0] = OP_ONCE; in compile_branch()
6505 tempcode[0] = OP_ONCE; in compile_branch()
7029 bravalue = OP_ONCE; in compile_branch()
7721 if (bravalue == OP_ONCE && cd->bracount <= tempbracount) in compile_branch()
7825 if (bravalue >= OP_ONCE) in compile_branch()
8490 *start_bracket = OP_ONCE; in compile_regex()
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()
8836 case OP_ONCE: in find_firstassertedchar()