Lines Matching refs:NEXTCHR_IS_EOS
6057 #define NEXTCHR_IS_EOS (nextbyte < 0) macro
6420 (!NEXTCHR_IS_EOS && locinput[-1] == '\n')) in S_regmatch()
6446 if (!NEXTCHR_IS_EOS && nextbyte != '\n') in S_regmatch()
6451 if (!NEXTCHR_IS_EOS && nextbyte != '\n') in S_regmatch()
6458 if (!NEXTCHR_IS_EOS) in S_regmatch()
6463 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
6468 if ( NEXTCHR_IS_EOS in S_regmatch()
6483 if ( ! NEXTCHR_IS_EOS in S_regmatch()
6553 && ! NEXTCHR_IS_EOS in S_regmatch()
6565 && ( NEXTCHR_IS_EOS in S_regmatch()
7055 && !NEXTCHR_IS_EOS in S_regmatch()
7090 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
7099 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
7140 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
7174 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
7182 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7206 else if (NEXTCHR_IS_EOS) { in S_regmatch()
7225 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7244 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7272 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
7280 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7295 else if (NEXTCHR_IS_EOS) { in S_regmatch()
7309 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7323 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
7352 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
7373 if ( NEXTCHR_IS_EOS in S_regmatch()
7383 if ( NEXTCHR_IS_EOS in S_regmatch()
7394 || NEXTCHR_IS_EOS in S_regmatch()
7406 || NEXTCHR_IS_EOS in S_regmatch()
7418 || NEXTCHR_IS_EOS in S_regmatch()
7432 || NEXTCHR_IS_EOS in S_regmatch()
7444 if (NEXTCHR_IS_EOS) { in S_regmatch()
7469 if (NEXTCHR_IS_EOS) { in S_regmatch()
7502 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
7547 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7566 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7589 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7670 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
7835 if ( ! NEXTCHR_IS_EOS in S_regmatch()
8984 if (! NEXTCHR_IS_EOS && ST.Binfo.count >= 0) { in S_regmatch()
9657 assert(!NEXTCHR_IS_EOS); in S_regmatch()