Searched refs:OP_ONCE (Results 1 – 6 of 6) sorted by relevance
1764 case OP_ONCE: in find_fixedlength()2449 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()4790 *previous = OP_ONCE; in compile_branch()5117 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()5561 tempcode[0] = OP_ONCE; in compile_branch()6004 bravalue = OP_ONCE; in compile_branch()6673 if (bravalue >= OP_ONCE) in compile_branch()7326 *start_bracket = OP_ONCE; in compile_regex()7468 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()7586 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()[all …]
130 case OP_ONCE: in find_minlength()863 case OP_ONCE: in set_start_bits()
1046 case OP_ONCE: in match()1053 if (op >= OP_SBRA || op == OP_ONCE) in match()1088 if (*scode != OP_ONCE) /* If not at start, find it */ in match()1899 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()1990 if (*prev == OP_ONCE) in match()2022 if (*prev == OP_ONCE) in match()2042 if (*prev == OP_ONCE) in match()
428 OP_ONCE. The check for matching an empty string in an unbounded repeat is 457 automatically wrapped inside OP_ONCE brackets (because otherwise some patterns
260 case OP_ONCE:
2066 OP_ONCE, /* 123 Atomic group, contains captures */ enumerator
Completed in 117 milliseconds