Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpfile.cpp136 struct xtmpfile_list { struct
138 xtmpfile_list *next; argument
139 xtmpfile_list(char *fn) : fname(fn), next(0) {} in xtmpfile_list() argument