Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h298 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) macro
Dregexec.c2008 if (IS_NOTBOL(msa->options)) goto fail; in match_at()