Searched refs:destructor_code (Results 1 – 1 of 1) sorted by relevance
1975 char *s, *destructor_code; in output_yydestruct_impl() local1987 if ((destructor_code = symbol_destructor[i]) != NULL) in output_yydestruct_impl()1992 for (s = destructor_code; (s = strchr(s, '\n')) != NULL; s++) in output_yydestruct_impl()1994 puts_code(code_file, destructor_code); in output_yydestruct_impl()1998 FREE(destructor_code); in output_yydestruct_impl()