Searched refs:yyTokenName (Results 1 – 1 of 1) sorted by relevance
197 static const char *yyTokenName[] = { variable216 if( tokenType>0 && tokenType<(sizeof(yyTokenName)/sizeof(yyTokenName[0])) ){ in ParseTokenName()217 return yyTokenName[tokenType]; in ParseTokenName()286 yyTokenName[yytos->major]); in yy_pop_parser_stack()349 yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]); in yy_find_shift_action()427 fprintf(yyTraceFILE," %s",yyTokenName[yypParser->yystack[i].major]); in yy_shift()588 fprintf(yyTraceFILE,"%sInput %s\n",yyTracePrompt,yyTokenName[yymajor]); in Parse()639 yyTracePrompt,yyTokenName[yymajor]); in Parse()