Searched refs:ctosym (Results 1 – 1 of 1) sorted by relevance
382 } ctosym[] = { in yylex() local714 for (i = 0; ctosym[i].c != 0; i++) in yylex()715 if (c == ctosym[i].c) { in yylex()716 c = ctosym[i].sym; in yylex()