Home
last modified time | relevance | path

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

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