Lines Matching refs:OP_ONCE
6287 bravalue = OP_ONCE; in compile_branch()
6443 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()
6928 case OP_ONCE: in compile_branch()
6951 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7173 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7178 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7483 tempcode[0] = OP_ONCE; in compile_branch()
8034 *start_bracket = OP_ONCE; in compile_regex()
8186 else if (op == OP_ONCE) in is_anchored()
8316 else if (op == OP_ONCE) in is_startline()
8550 case OP_ONCE: in find_firstassertedcu()