Lines Matching refs:OP_ONCE
949 case OP_ONCE: in find_fixedlength()
1504 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
5172 *previous = OP_ONCE; in compile_branch()
5436 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
5849 tempcode[0] = OP_ONCE; in compile_branch()
6515 bravalue = OP_ONCE; in compile_branch()
7058 if (bravalue == OP_ONCE && cb->bracount <= tempbracount) in compile_branch()
7166 if (bravalue >= OP_ONCE) in compile_branch()
7833 *start_bracket = OP_ONCE; in compile_regex()
7976 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8100 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
8185 case OP_ONCE: in find_firstassertedcu()