Searched refs:xtmpfile_list (Results 1 – 3 of 3) sorted by relevance
134 struct xtmpfile_list { struct136 xtmpfile_list *next; argument137 xtmpfile_list(char *fn) : fname(fn), next(0) {} in xtmpfile_list() function140 xtmpfile_list *xtmpfiles_to_delete = 0;148 xtmpfile_list *x = xtmpfiles_to_delete; in ~xtmpfile_list_init()152 xtmpfile_list *tmp = x; in ~xtmpfile_list_init()163 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,