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

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

Completed in 11 milliseconds