ONIGENC_IS_MBC_NEWLINE   35 ext/mbstring/oniguruma/regexec.c    ONIGENC_IS_MBC_NEWLINE(enc,(p+enc_len(enc,p)),end))
ONIGENC_IS_MBC_NEWLINE 1959 ext/mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
ONIGENC_IS_MBC_NEWLINE 1977 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2008 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2046 ext/mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2174 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) {
ONIGENC_IS_MBC_NEWLINE 2184 ext/mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2193 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) {
ONIGENC_IS_MBC_NEWLINE 2209 ext/mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2218 ext/mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) &&
ONIGENC_IS_MBC_NEWLINE 3348 ext/mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3357 ext/mbstring/oniguruma/regexec.c 	  if (prev && ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3360 ext/mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3468 ext/mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3479 ext/mbstring/oniguruma/regexec.c 	  if (ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3484 ext/mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3640 ext/mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(reg->enc, pre_end, end)) {
ONIGENC_IS_MBC_NEWLINE 3735 ext/mbstring/oniguruma/regexec.c             while (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end) && s < range) {