Home
last modified time | relevance | path

Searched refs:yyinp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dtoken.c742 static usch *yyinp; variable
795 yyinp = bp; in exprline()
807 while ((ch = *yyinp++) == ' ' || ch == '\t') in yylex()
811 c2 = *yyinp++; in yylex()
845 yynode.nd_val = charcon(&yyinp); in yylex()
849 cvtdig(&yyinp); in yylex()
854 yyinp--; in yylex()
855 while (ISID(*yyinp)) in yylex()
856 yyinp++; in yylex()
862 yyinp--; in yylex()