Lines Matching refs:eolbyte
293 static unsigned char eolbyte; variable
302 eolbyte = eol; in dfasyntax()
970 clrbit(eolbyte, ccl); in lex()
1085 clrbit(eolbyte, ccl); in lex()
1966 setbit(eolbyte, newline); in dfastate()
2004 clrbit(eolbyte, matches); in dfastate()
2115 trans[eolbyte] = state_newline; in dfastate()
2176 if (tstbit(eolbyte, labels[i])) in dfastate()
2208 if (c == eolbyte) in dfastate()
2295 trans[eolbyte] = -1; in build_state()
2432 if (wc == (wchar_t)eolbyte) in match_anychar()
2481 if (wc == (wchar_t)eolbyte) in match_mb_charset()
2760 register unsigned char eol = eolbyte; /* Likewise for eolbyte. */ in dfaexec()