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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposix.c178 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL;
H A Doniguruma.h392 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1) macro
393 #define ONIG_OPTION_POSIX_REGION (ONIG_OPTION_NOTEOL << 1)
H A Dregint.h299 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL)

Completed in 13 milliseconds