Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c566 int yyendofinput; /* True if we are at the end of input */ in Parse() local
580 yyendofinput = (yymajor==0); in Parse()
594 if( yyendofinput && yypParser->yyidx>=0 ){ in Parse()
676 if( yyendofinput ){ in Parse()