Searched refs:Wtty_p (Results 1 – 1 of 1) sorted by relevance
507 *Wtty_p; /* Output file ptr for interactive rename */ variable1144 (void) fprintf(Wtty_p, gettext("Rename \"%s%s%s\"? "), in ckname()1148 (void) fflush(Wtty_p); in ckname()1360 Wtty_p = fopen(Ttyname, "w"); in ckopts()1362 if (Rtty_p == NULL || Wtty_p == NULL) { in ckopts()