Searched refs:ttyoutf (Results 1 – 1 of 1) sorted by relevance
69 static FILE *ttyoutf = NULL; /* output pointing at control tty */ variable84 if ((ttyoutf = fdopen(ttyfd, "w")) != NULL) { in tty_init()87 (void)fclose(ttyoutf); in tty_init()109 if (ttyoutf == NULL) in tty_prnt()112 (void)vfprintf(ttyoutf, fmt, ap); in tty_prnt()114 (void)fflush(ttyoutf); in tty_prnt()