Lines Matching refs:yymajor
249 ** "yymajor" is the symbol code, and "yypminor" is a pointer to
252 static void yy_destructor(YYCODETYPE yymajor, YYMINORTYPE *yypminor){
253 switch( yymajor ){
278 YYCODETYPE yymajor;
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 has invoked an error */
576 if( yymajor==0 ) return;
583 yyendofinput = (yymajor==0);
588 fprintf(yyTraceFILE,"%sInput %s\n",yyTracePrompt,yyTokenName[yymajor]);
593 yyact = yy_find_shift_action(yypParser,yymajor);
595 yy_shift(yypParser,yyact,yymajor,&yyminorunion);
598 yymajor = 0;
600 yymajor = YYNOCODE;
632 yy_syntax_error(yypParser,yymajor,yyminorunion);
639 yyTracePrompt,yyTokenName[yymajor]);
642 yy_destructor(yymajor,&yyminorunion);
643 yymajor = YYNOCODE;
652 if( yypParser->yyidx < 0 || yymajor==0 ){
653 yy_destructor(yymajor,&yyminorunion);
655 yymajor = YYNOCODE;
675 yy_syntax_error(yypParser,yymajor,yyminorunion);
678 yy_destructor(yymajor,&yyminorunion);
682 yymajor = YYNOCODE;
686 yymajor = YYNOCODE;
688 }while( yymajor!=YYNOCODE && yypParser->yyidx>=0 );