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

/freebsd-10.0-release/contrib/tnftp/src/
H A Dprogressbar.h59 GLOBAL int fromatty; /* input is from a terminal */ variable
H A Dmain.c258 fromatty = isatty(fileno(stdin));
264 if (fromatty) /* editing mode on if tty is usable */
648 if (fromatty) {
659 if (fromatty)
681 if (fromatty)
H A Dcmds.c493 if (!mflag && fromatty) {
517 if (!mflag && fromatty) {
545 if (!mflag && fromatty) {
655 if (fromatty)
665 if (mflag && fromatty) {
740 if (!mflag && fromatty) {
1245 if (!mflag && fromatty) {
1406 if (!mflag && fromatty) {
H A Dprogressbar.c390 if (fromatty)
H A Dftp.c296 if (fromatty)
310 if (fromatty)
1829 if (fromatty)
H A Dutil.c330 if (fromatty)
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h53 extern int fromatty; /* input is from a terminal */
H A Dglobals.c12 int fromatty; /* input is from a terminal */ variable
H A Dmain.c128 fromatty = isatty(fileno(stdin));
129 if (fromatty)
280 if (fromatty) {
H A Dcmds.c428 if (mflag && fromatty) {
498 if (!mflag && fromatty) {
525 if (!mflag && fromatty) {
552 if (!mflag && fromatty) {
754 if (!mflag && fromatty) {
1117 if (!mflag && fromatty) {
1218 if (!mflag && fromatty) {
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dtimedc.c57 int fromatty; variable
97 fromatty = isatty(fileno(stdin));
102 if (fromatty) {
134 if (!fromatty)
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dlpc.c75 static int fromatty; variable
122 fromatty = isatty(fileno(stdin));
123 if (!fromatty)
162 if (fromatty) {

Completed in 195 milliseconds