Searched refs:yyerrcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c156 int yyerrcnt; /* Shifts left before out of the error */ member in struct:yyParser
578 yypParser->yyerrcnt = -1;
596 yypParser->yyerrcnt--;
631 if( yypParser->yyerrcnt<0 ){
662 yypParser->yyerrcnt = 3;
674 if( yypParser->yyerrcnt<=0 ){
677 yypParser->yyerrcnt = 3;

Completed in 55 milliseconds