Searched refs:yymajor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 182110 YYCODETYPE yymajor, /* Type code for object to destroy */ argument 182115 switch( yymajor ){ 185048 int yymajor, /* The major type of the error token */ argument 185056 UNUSED_PARAMETER(yymajor); /* Silence some compiler warnings */ 185113 int yymajor, /* The major token code number */ argument 185131 yyendofinput = (yymajor==0); 185139 yyTracePrompt,yyTokenName[yymajor],yyact); 185142 yyTracePrompt,yyTokenName[yymajor],yyact-YY_MIN_REDUCE); 185150 yyact = yy_find_shift_action((YYCODETYPE)yymajor,yyact); 185189 yyact = yy_reduce(yypParser,yyruleno,yymajor,yyminor sqlite3ParserCTX_PARAM); [all …]
|