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

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpfile.cpp136 struct xtmpfile_list { struct
138 xtmpfile_list *next;
139 xtmpfile_list(char *fn) : fname(fn), next(0) {} function in struct:xtmpfile_list
142 xtmpfile_list *xtmpfiles_to_delete = 0;
150 xtmpfile_list *x = xtmpfiles_to_delete;
154 xtmpfile_list *tmp = x;
165 xtmpfile_list *x = new xtmpfile_list(s);

Completed in 111 milliseconds