ONIG_OPTION_NOTEOL 56 ext/mbstring/oniguruma/onigcmpt200.h #define REG_OPTION_NOTEOL ONIG_OPTION_NOTEOL ONIG_OPTION_NOTEOL 391 ext/mbstring/oniguruma/oniguruma.h #define ONIG_OPTION_POSIX_REGION (ONIG_OPTION_NOTEOL << 1) ONIG_OPTION_NOTEOL 297 ext/mbstring/oniguruma/regint.h #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) ONIG_OPTION_NOTEOL 176 ext/mbstring/oniguruma/regposix.c if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL;