Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Donigposix.h40 #define REG_NOTBOL (1<<2) macro
Dregposix.c177 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()