Searched refs:yytoknames (Results 1 – 1 of 1) sorted by relevance
963 static const char* yytoknames[1]; /* for debugging */ variable983 if(yyc > 0 && yyc <= sizeof(yytoknames)/sizeof(yytoknames[0])) in yytokname()984 if(yytoknames[yyc-1]) in yytokname()985 return yytoknames[yyc-1]; in yytokname()