Searched refs:ttyoutf (Results 1 – 1 of 1) sorted by relevance
54 static FILE *ttyoutf = NULL; /* output pointing at control tty */ variable69 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()