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