Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_tag.c58 tag_files.tfs = NULL; in term_tag_init()
126 if ((tag_files.tfs = fdopen(tfd, "w")) == NULL) { in term_tag_init()
157 if (tag_files.tfs == NULL) in term_tag_write()
163 fprintf(tag_files.tfs, "%.*s %s %zu\n", in term_tag_write()
178 if (tag_files.tfs != NULL) { in term_tag_close()
179 fclose(tag_files.tfs); in term_tag_close()
180 tag_files.tfs = NULL; in term_tag_close()
H A Dterm_tag.h24 FILE *tfs; /* Tag file object. */ member
H A Dmain.c1289 assert(outst->tag_files->tfs == NULL); in spawn_pager()