Searched refs:yyminor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 185049 sqlite3ParserTOKENTYPE yyminor /* The minor type of the error token */ argument 185053 #define TOKEN yyminor 185114 sqlite3ParserTOKENTYPE yyminor /* The value for the token */ 185189 yyact = yy_reduce(yypParser,yyruleno,yymajor,yyminor sqlite3ParserCTX_PARAM); 185191 yy_shift(yypParser,yyact,(YYCODETYPE)yymajor,yyminor); 185202 yyminorunion.yy0 = yyminor; 185232 yy_syntax_error(yypParser,yymajor,yyminor); 185259 yy_shift(yypParser,yyact,YYERRORSYMBOL,yyminor); 185274 yy_syntax_error(yypParser,yymajor, yyminor); 185288 yy_syntax_error(yypParser,yymajor, yyminor);
|