Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pascal/src/
H A Dyyparse.c58 yyshifts = 3; in yyparse()
123 yyshifts++; in yyparse()
167 if ((paniced || yyshifts != 0) && yyrecover(ps, idfail)) { in yyparse()
177 if (paniced && yyshifts <= 0 && ps >= panicps) { in yyparse()
189 yyOshifts = yyshifts; in yyparse()
190 yyshifts = 0; in yyparse()
H A Dyypanic.c45 for (ishifts = yyshifts; ; yychar = yylex(), yyshifts++)
49 if (ishifts == yyshifts)
152 if (yyshifts - ishifts > 2 && opt('r')) {
164 yyshifts--;
H A Dyyrecover.c397 yyshifts = 1;
414 yyshifts = 0;
431 yyshifts = 0;
449 yyshifts = 0;
463 yyshifts = 0;
465 yyshifts = -1;
488 yyshifts = 0;
H A Dyy.h228 int yyshifts, yyOshifts; variable
H A Dpas.y529 if (yyshifts >= 2 && yychar == YELSE) {