Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c63 static int fromatty; variable
110 fromatty = isatty(fileno(stdin)); in main()
111 if (!fromatty) in main()
150 if (fromatty) { in cmdscanner()
/freebsd/contrib/tnftp/src/
H A Dmain.c261 fromatty = isatty(fileno(stdin)); in main()
267 if (fromatty) /* editing mode on if tty is usable */ in main()
658 if (fromatty) { in cmdscanner()
669 if (fromatty) in cmdscanner()
691 if (fromatty) in cmdscanner()
H A Dprogressbar.h59 GLOBAL int fromatty; /* input is from a terminal */ variable
H A Dcmds.c493 if (!mflag && fromatty) { in mput()
517 if (!mflag && fromatty) { in mput()
545 if (!mflag && fromatty) { in mput()
655 if (fromatty) in mintr()
665 if (mflag && fromatty) { in mabort()
740 if (!mflag && fromatty) { in mget()
1245 if (!mflag && fromatty) { in mdelete()
1406 if (!mflag && fromatty) { in mls()
H A Dprogressbar.c390 if (fromatty)
H A Dftp.c296 if (fromatty) in cmdabort()
310 if (fromatty) in cmdtimeout()
1829 if (fromatty) in abortpt()
H A Dutil.c330 if (fromatty) in intr()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c128 fromatty = isatty(fileno(stdin)); in main()
129 if (fromatty) in main()
280 if (fromatty) { in cmdscanner()
H A Dglobals.c12 int fromatty; /* input is from a terminal */ variable
H A Dftp_var.h53 extern int fromatty; /* input is from a terminal */
H A Dcmds.c428 if (mflag && fromatty) { in mabort()
498 if (!mflag && fromatty) { in mput()
525 if (!mflag && fromatty) { in mput()
552 if (!mflag && fromatty) { in mput()
754 if (!mflag && fromatty) { in mget()
1117 if (!mflag && fromatty) { in mdelete()
1218 if (!mflag && fromatty) { in mls()
/freebsd/contrib/tnftp/
H A DChangeLog1594 fromatty.