Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h517 OP_REPEAT_NG, /* {n,m}? (non greedy) */ enumerator
Dregexec.c2526 case OP_REPEAT_NG: MOP_IN(OP_REPEAT_NG); in match_at()
Dregcomp.c692 r = add_opcode(reg, qn->greedy ? OP_REPEAT : OP_REPEAT_NG); in compile_range_repeat_node()
5791 { OP_REPEAT_NG, "repeat-ng", ARG_SPECIAL },
6063 case OP_REPEAT_NG: in onig_print_compiled_byte_code()