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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c249 ** "yymajor" is the symbol code, and "yypminor" is a pointer to
252 static void yy_destructor(YYCODETYPE yymajor, YYMINORTYPE *yypminor){ argument
253 switch( yymajor ){
278 YYCODETYPE yymajor; local
289 yymajor = yytos->major;
290 yy_destructor( yymajor, &yytos->minor);
292 return yymajor;
514 int yymajor, /* The major type of the error token */
563 int yymajor, /* The major token code number */
570 int yyerrorhit = 0; /* True if yymajor ha
512 yy_syntax_error( yyParser *yypParser, int yymajor, YYMINORTYPE yyminor ) argument
561 Parse( void *yyp, int yymajor, ParseTOKENTYPE yyminor ParseARG_PDECL ) argument
[all...]

Completed in 59 milliseconds