ONIGENC_IS_MBC_NEWLINE   37 ext/mbstring/oniguruma/regexec.c    ONIGENC_IS_MBC_NEWLINE(enc,(p+enclen(enc,p)),end))
ONIGENC_IS_MBC_NEWLINE 1788 ext/mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
ONIGENC_IS_MBC_NEWLINE 1806 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 1837 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 1875 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2003 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) {
ONIGENC_IS_MBC_NEWLINE 2013 ext/mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2022 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) {
ONIGENC_IS_MBC_NEWLINE 2038 ext/mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2047 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) &&
ONIGENC_IS_MBC_NEWLINE 3174 ext/mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3184 ext/mbstring/oniguruma/regexec.c 	  if (prev && ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3188 ext/mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3296 ext/mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3308 ext/mbstring/oniguruma/regexec.c 	  if (ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3314 ext/mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3515 ext/mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(reg->enc, pre_end, end)) {
ONIGENC_IS_MBC_NEWLINE 3623 ext/mbstring/oniguruma/regexec.c             while (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end) && s < range) {