Searched refs:newch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dcfgscan.c426 int newch = getc(yyin); local in function:yylex
428 if (newch == '/') {
434 else if (newch != EOF) {
435 ungetc(newch, yyin);
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c685 int newch = scanchar(); local in function:yylex
686 if (newch == '/')
695 else if (newch != EOF)
697 unscanchar(newch);

Completed in 4 milliseconds