Lines Matching refs:ttyout
118 fprintf(ttyout, "Already connected to %s, use close first.\n", in setpeer()
147 fprintf(ttyout, in setpeer()
224 fprintf(ttyout, "Remote system type is %s.\n", in getremoteinfo()
243 fprintf(ttyout, in getremoteinfo()
255 ttyout); in getremoteinfo()
273 #define DEBUG_FEAT(x) fprintf(ttyout, "features[" #x "] = %d\n", features[(x)]) in getremoteinfo()
331 write(fileno(ttyout), "\n", 1); in intr()
414 fprintf(ttyout, "Name (%s:%s): ", host, localname); in ftp_login()
416 fprintf(ttyout, "Name (%s): ", host); in ftp_login()
420 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "login"); in ftp_login()
520 fputs("Sorry, arguments too long.\n", ttyout); in another()
523 fprintf(ttyout, "(%s) ", aprompt); in another()
528 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "operation"); in another()
668 fprintf(ttyout, in remotesize()
687 fputs(reply_string, ttyout); in remotesize()
688 putc('\n', ttyout); in remotesize()
712 fprintf(ttyout, in remotemodtime()
743 fprintf(ttyout, in remotemodtime()
749 fprintf(ttyout, "Converted to `%s'\n", timestr); in remotemodtime()
755 fprintf(ttyout, "Can't parse time `%s'.\n", timestr); in remotemodtime()
775 fputs(reply_string, ttyout); in remotemodtime()
776 putc('\n', ttyout); in remotemodtime()
911 fputs(p, ttyout); in list_vertical()
913 putc('\n', ttyout); in list_vertical()
920 (void)putc('\t', ttyout); in list_vertical()
936 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1 && in setttywidth()
981 el = el_init(getprogname(), stdin, ttyout, stderr); in controlediting()