Home
last modified time | relevance | path

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

/original-bsd/usr.bin/yacc/test/
H A Derror.tab.c65 int yynerrs; variable
100 yynerrs = 0; in yyparse()
158 ++yynerrs; in yyparse()
H A Dftp.tab.c373 int yynerrs; variable
928 yynerrs = 0; in yyparse()
986 ++yynerrs; in yyparse()
/original-bsd/old/yacc/
H A Dold.yaccpar18 int yynerrs = 0; /* number of errors */
32 yynerrs = 0;
88 ++yynerrs;