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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 177 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL;
oniguruma.h 391 #define ONIG_OPTION_NOTBOL (ONIG_OPTION_CAPTURE_GROUP << 1)
392 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1)
    [all...]
regint.h 298 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)

Completed in 957 milliseconds