ONIG_OPTION_NOTBOL   55 ext/mbstring/oniguruma/onigcmpt200.h #define REG_OPTION_NOTBOL               ONIG_OPTION_NOTBOL
ONIG_OPTION_NOTBOL  390 ext/mbstring/oniguruma/oniguruma.h #define ONIG_OPTION_NOTEOL               (ONIG_OPTION_NOTBOL << 1)
ONIG_OPTION_NOTBOL  296 ext/mbstring/oniguruma/regint.h #define IS_NOTBOL(option)         ((option) & ONIG_OPTION_NOTBOL)
ONIG_OPTION_NOTBOL  175 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL;