Searched refs:destructor_code (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/byacc/
H A Doutput.c1968 char *s, *destructor_code; local
1980 if ((destructor_code = symbol_destructor[i]) != NULL)
1985 for (s = destructor_code; (s = strchr(s, '\n')) != NULL; s++)
1987 puts_code(code_file, destructor_code);
1991 FREE(destructor_code);

Completed in 108 milliseconds