Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h519 OP_REPEAT_INC_NG, /* non greedy */ enumerator
Dregexec.c2360 case OP_REPEAT_INC_NG: in match_at()
2574 case OP_REPEAT_INC_NG: MOP_IN(OP_REPEAT_INC_NG); in match_at()
Dregcomp.c714 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC : OP_REPEAT_INC_NG); in compile_range_repeat_node()
5793 { OP_REPEAT_INC_NG, "repeat-inc-ng", ARG_MEMNUM },