Lines Matching refs:eolbyte
267 static unsigned char eolbyte; variable
276 eolbyte = eol; in dfasyntax()
944 clrbit(eolbyte, ccl); in lex()
1064 clrbit(eolbyte, ccl); in lex()
1947 setbit(eolbyte, newline); in dfastate()
1985 clrbit(eolbyte, matches); in dfastate()
2096 trans[eolbyte] = state_newline; in dfastate()
2157 if (tstbit(eolbyte, labels[i])) in dfastate()
2189 if (c == eolbyte) in dfastate()
2276 trans[eolbyte] = -1; in build_state()
2413 if (wc == (wchar_t)eolbyte) in match_anychar()
2462 if (wc == (wchar_t)eolbyte) in match_mb_charset()
2739 register unsigned char eol = eolbyte; /* Likewise for eolbyte. */ in dfaexec()