Searched refs:xtmpfile_list (Results 1 – 3 of 3) sorted by relevance
136 struct xtmpfile_list { struct138 xtmpfile_list *next; argument139 xtmpfile_list(char *fn) : fname(fn), next(0) {} in xtmpfile_list() function142 xtmpfile_list *xtmpfiles_to_delete = 0;150 xtmpfile_list *x = xtmpfiles_to_delete; in ~xtmpfile_list_init()154 xtmpfile_list *tmp = x; in ~xtmpfile_list_init()165 xtmpfile_list *x = new xtmpfile_list(s); in add_tmp_file()
261 * src/libs/libgroff/tmpfile.cc (xtmpfile_list): Drop `const' for3712 * src/libs/libgroff/tmpfile.cc (xtmpfile_list): Add constructor.3714 xtmpfile_list on exit. Its destructor inherits most code from
2161 (struct xtmpfile_list): fname is now part of the structure,