Lines Matching refs:NEXTCHR_IS_EOS

5540 #define NEXTCHR_IS_EOS (nextchr < 0)  macro
5903 (!NEXTCHR_IS_EOS && locinput[-1] == '\n')) in S_regmatch()
5929 if (!NEXTCHR_IS_EOS && nextchr != '\n') in S_regmatch()
5934 if (!NEXTCHR_IS_EOS && nextchr != '\n') in S_regmatch()
5941 if (!NEXTCHR_IS_EOS) in S_regmatch()
5946 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
5951 if ( NEXTCHR_IS_EOS in S_regmatch()
5966 if ( ! NEXTCHR_IS_EOS in S_regmatch()
6036 && ! NEXTCHR_IS_EOS in S_regmatch()
6048 && ( NEXTCHR_IS_EOS in S_regmatch()
6538 && !NEXTCHR_IS_EOS in S_regmatch()
6576 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
6585 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
6626 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
6660 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
6668 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6692 else if (NEXTCHR_IS_EOS) { in S_regmatch()
6711 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6730 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6758 b2 = (NEXTCHR_IS_EOS) in S_regmatch()
6766 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6781 else if (NEXTCHR_IS_EOS) { in S_regmatch()
6795 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6809 if (locinput == reginfo->strbeg || NEXTCHR_IS_EOS) { in S_regmatch()
6841 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
6862 if ( NEXTCHR_IS_EOS in S_regmatch()
6872 if ( NEXTCHR_IS_EOS in S_regmatch()
6883 || NEXTCHR_IS_EOS in S_regmatch()
6895 || NEXTCHR_IS_EOS in S_regmatch()
6907 || NEXTCHR_IS_EOS in S_regmatch()
6921 || NEXTCHR_IS_EOS in S_regmatch()
6933 if (NEXTCHR_IS_EOS) { in S_regmatch()
6958 if (NEXTCHR_IS_EOS) { in S_regmatch()
6991 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
7036 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7055 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7078 if (NEXTCHR_IS_EOS || locinput >= loceol) { in S_regmatch()
7159 if (NEXTCHR_IS_EOS || locinput >= loceol) in S_regmatch()
7324 if ( ! NEXTCHR_IS_EOS in S_regmatch()
8476 if (! NEXTCHR_IS_EOS && ST.c1 != CHRTEST_VOID) { in S_regmatch()
9187 assert(!NEXTCHR_IS_EOS); in S_regmatch()