Home
last modified time | relevance | path

Searched refs:xtmpfile_list (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/groff/src/libs/libgroff/
HDtmpfile.cpp134 struct xtmpfile_list { struct
136 xtmpfile_list *next; argument
137 xtmpfile_list(char *fn) : fname(fn), next(0) {} in xtmpfile_list() function
140 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()
/NextBSD/contrib/groff/
HDChangeLog.118261 * src/libs/libgroff/tmpfile.cc (xtmpfile_list): Drop `const' for
3712 * src/libs/libgroff/tmpfile.cc (xtmpfile_list): Add constructor.
3714 xtmpfile_list on exit. Its destructor inherits most code from
HDChangeLog.1172161 (struct xtmpfile_list): fname is now part of the structure,