Home
last modified time | relevance | path

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

/openbsd/usr.bin/yacc/
H A Doutput.c874 char **symnam, *s; in output_debug() local
892 symnam = calloc(max+1, sizeof(char *)); in output_debug()
893 if (symnam == NULL) in output_debug()
897 symnam[symbol_value[i]] = symbol_name[i]; in output_debug()
898 symnam[0] = "end-of-file"; in output_debug()
908 if ((s = symnam[i]) != NULL) { in output_debug()
927 s = symnam[i]; in output_debug()
967 s = symnam[i]; in output_debug()
1009 free(symnam); in output_debug()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.23903 (struct macrodef: symnam): Mark const.