Searched defs:yyendofinput (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c569 int yyendofinput; /* True if we are at the end of input */ local
583 yyendofinput = (yymajor==0);
597 if( yyendofinput && yypParser->yyidx>=0 ){
679 if( yyendofinput ){

Completed in 45 milliseconds