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

/freebsd-current/contrib/mandoc/
H A Dterm_tag.c41 static struct tag_files tag_files; variable in typeref:struct:tag_files
49 struct tag_files *
58 tag_files.tfs = NULL;
59 tag_files.tcpgid = -1;
81 if ((tag_files.ofd = dup(STDOUT_FILENO)) == -1) {
89 (void)snprintf(tag_files.ofn, sizeof(tag_files.ofn),
91 if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) {
93 "%s: %s", tag_files
[all...]
H A Dterm_tag.h21 struct tag_files { struct
31 struct tag_files *term_tag_init(const char *, const char *, const char *);
H A Dmain.c85 struct tag_files *tag_files; /* Tagging state variables. */ member in struct:outstate
210 outst.tag_files = NULL;
688 if (outst.tag_files != NULL) {
928 outst->tag_files = term_tag_init(conf->output.outfilename,
955 if (outst->tag_files != NULL) {
957 outst->tag_files->ofn, strerror(errno));
959 outst->tag_files = NULL;
1258 outst->tag_files->tcpgid =
1273 outst->tag_files
[all...]

Completed in 85 milliseconds