Searched defs:xtmpfile_list (Results 1 – 1 of 1) sorted by relevance
136 struct xtmpfile_list { struct138 xtmpfile_list *next; argument139 xtmpfile_list(char *fn) : fname(fn), next(0) {} in xtmpfile_list() argument