Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregposix.c177 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
Doniguruma.h391 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1) macro
392 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
Dregint.h298 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)