HomeSort by relevance Sort by last modified time
    Searched refs:yyendofinput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 719 int yyendofinput; /* True if we are at the end of input */ local
742 yyendofinput = (yymajor==0);
754 assert( !yyendofinput ); /* Impossible to shift the $ token */
852 if( yyendofinput ){
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 709 int yyendofinput; /* True if we are at the end of input */ local
732 yyendofinput = (yymajor==0);
744 assert( !yyendofinput ); /* Impossible to shift the $ token */
842 if( yyendofinput ){

Completed in 218 milliseconds