Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h521 OP_REPEAT_INC_NG_SG, /* search and get in stack (non greedy) */ enumerator
Dregexec.c2362 case OP_REPEAT_INC_NG_SG: in match_at()
2601 case OP_REPEAT_INC_NG_SG: MOP_IN(OP_REPEAT_INC_NG_SG); in match_at()
Dregcomp.c711 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC_SG : OP_REPEAT_INC_NG_SG); in compile_range_repeat_node()
5795 { OP_REPEAT_INC_NG_SG, "repeat-inc-ng-sg", ARG_MEMNUM },