Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h447 OP_FINISH = 0, /* matching process terminator (no more alternative) */ enumerator
Dregexec.c1184 static int OpCurr = OP_FINISH;
1253 static UChar FinishCode[] = { OP_FINISH }; in match_at()
2698 case OP_FINISH: in match_at()
Dregcomp.c5728 { OP_FINISH, "finish", ARG_NON },