Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Doutput.c1342 const char **symnam; in output_debug() local
1378 symnam = TCMALLOC(const char *, max + 2); in output_debug()
1379 NO_SPACE(symnam); in output_debug()
1385 symnam[i] = 0; in output_debug()
1387 symnam[symbol_pval[i]] = symbol_name[i]; in output_debug()
1388 symnam[max + 1] = "illegal-symbol"; in output_debug()
1391 symnam[i] = 0; in output_debug()
1393 symnam[symbol_value[i]] = symbol_name[i]; in output_debug()
1394 symnam[0] = "end-of-file"; in output_debug()
1395 symnam[max + 1] = "illegal-symbol"; in output_debug()
[all …]