Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm_tag.c41 static struct tag_files tag_files; variable
49 struct tag_files *
58 tag_files.tfs = NULL; in term_tag_init()
59 tag_files.tcpgid = -1; in term_tag_init()
81 if ((tag_files.ofd = dup(STDOUT_FILENO)) == -1) { in term_tag_init()
89 (void)snprintf(tag_files.ofn, sizeof(tag_files.ofn), in term_tag_init()
91 if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) { in term_tag_init()
93 "%s: %s", tag_files.ofn, strerror(errno)); in term_tag_init()
97 (void)strlcpy(tag_files.ofn, outfilename, in term_tag_init()
98 sizeof(tag_files.ofn)); in term_tag_init()
[all …]
H A Dterm_tag.h21 struct tag_files { struct
31 struct tag_files *term_tag_init(const char *, const char *, const char *); argument
H A Dmain.c85 struct tag_files *tag_files; /* Tagging state variables. */ member
212 outst.tag_files = NULL; in main()
674 if (outst.tag_files != NULL) { in main()
915 outst->tag_files = term_tag_init(conf->output.outfilename, in process_onefile()
942 if (outst->tag_files != NULL) { in process_onefile()
944 outst->tag_files->ofn, strerror(errno)); in process_onefile()
946 outst->tag_files = NULL; in process_onefile()
1239 outst->tag_files->tcpgid = in woptions()
1254 outst->tag_files in woptions()
[all...]