HomeSort by relevance Sort by last modified time
    Searched refs:ONIG_OPTION_NOTEOL (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 178 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL;
oniguruma.h 392 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
393 #define ONIG_OPTION_POSIX_REGION (ONIG_OPTION_NOTEOL << 1)
    [all...]
regint.h 299 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL)

Completed in 57 milliseconds