Home
last modified time | relevance | path

Searched refs:OP_REPEAT_NG (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h625 OP_REPEAT_NG, /* {n,m}? (non greedy) */ enumerator
H A Dregexec.c2698 case OP_REPEAT_NG: STAT_OP_IN(OP_REPEAT_NG); in match_at()
H A Dregcomp.c667 r = add_opcode(reg, qn->greedy ? OP_REPEAT : OP_REPEAT_NG); in compile_range_repeat_node()
5533 { OP_REPEAT_NG, "repeat-ng", ARG_SPECIAL },
5805 case OP_REPEAT_NG: in onig_print_compiled_byte_code()

Completed in 40 milliseconds