Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/html/
HDpre-html.cpp180 static int stdoutfd = 1; // output file descriptor - variable
483 r = write(stdoutfd, s, l - n); in writeNbytes()
784 if (close(stdoutfd) < 0) in emit_troff_output()
788 if (stdoutfd == 1) { in emit_troff_output()
789 if (dup(2) != stdoutfd) in emit_troff_output()