ONIGENC_IS_MBC_NEWLINE   35 mbstring/oniguruma/regexec.c    ONIGENC_IS_MBC_NEWLINE(enc,(p+enc_len(enc,p)),end))
ONIGENC_IS_MBC_NEWLINE 1972 mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail;
ONIGENC_IS_MBC_NEWLINE 1990 mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2021 mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2059 mbstring/oniguruma/regexec.c         if (ONIGENC_IS_MBC_NEWLINE(encode, s, end))  goto fail;
ONIGENC_IS_MBC_NEWLINE 2187 mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) {
ONIGENC_IS_MBC_NEWLINE 2197 mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2206 mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) {
ONIGENC_IS_MBC_NEWLINE 2222 mbstring/oniguruma/regexec.c 	if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) {
ONIGENC_IS_MBC_NEWLINE 2231 mbstring/oniguruma/regexec.c       else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) &&
ONIGENC_IS_MBC_NEWLINE 3358 mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3367 mbstring/oniguruma/regexec.c 	  if (prev && ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end))
ONIGENC_IS_MBC_NEWLINE 3370 mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3478 mbstring/oniguruma/regexec.c 	  if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3489 mbstring/oniguruma/regexec.c 	  if (ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) {
ONIGENC_IS_MBC_NEWLINE 3494 mbstring/oniguruma/regexec.c 	else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end)
ONIGENC_IS_MBC_NEWLINE 3666 mbstring/oniguruma/regexec.c       if (ONIGENC_IS_MBC_NEWLINE(reg->enc, pre_end, end)) {
ONIGENC_IS_MBC_NEWLINE 3774 mbstring/oniguruma/regexec.c             while (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end) && s < range) {