Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pascal/src/
H A Dyylex.c50 if (c = yysavc) in yylex()
51 yysavc = 0; in yylex()
99 yysavc = c; in yylex()
136 yysavc = YDOTDOT; in yylex()
157 if ((c = yysavc) == 0) in yylex()
174 yysavc = c; in yylex()
210 yysavc = c; in yylex()
223 yysavc = c; in yylex()
280 yysavc = c; in yylex()
324 yysavc = readch(); in yylex()
[all …]
H A Dyy.h82 int yysavc; variable