Home
last modified time | relevance | path

Searched refs:yytoknames (Results 1 – 1 of 1) sorted by relevance

/minix3/external/historical/nawk/dist/
H A Dytab.c963 static const char* yytoknames[1]; /* for debugging */ variable
983 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()