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