Home
last modified time | relevance | path

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

/dflybsd-src/bin/pax/
H A Dtty_subs.c54 static FILE *ttyoutf = NULL; /* output pointing at control tty */ variable
69 if ((ttyoutf = fdopen(ttyfd, "w")) != NULL) { in tty_init()
72 fclose(ttyoutf); in tty_init()
95 if (ttyoutf == NULL) in tty_prnt()
97 vfprintf(ttyoutf, fmt, ap); in tty_prnt()
99 fflush(ttyoutf); in tty_prnt()