Searched refs:destructor_code (Results 1 – 1 of 1) sorted by relevance
1968 char *s, *destructor_code; in output_yydestruct_impl() local1980 if ((destructor_code = symbol_destructor[i]) != NULL) in output_yydestruct_impl()1985 for (s = destructor_code; (s = strchr(s, '\n')) != NULL; s++) in output_yydestruct_impl()1987 puts_code(code_file, destructor_code); in output_yydestruct_impl()1991 FREE(destructor_code); in output_yydestruct_impl()