Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpr/lpc/
H A Dlpc.c61 int fromatty; variable
102 fromatty = isatty(fileno(stdin)); in main()
113 if (!fromatty) in intr()
131 if (fromatty) { in cmdscanner()
/openbsd/usr.bin/ftp/
H A Dmain.c90 int fromatty; variable
391 fromatty = isatty(fileno(stdin)); in main()
392 if (fromatty) { in main()
745 if (fromatty) { in cmdscanner()
H A Dftp_var.h104 extern int fromatty; /* input is from a terminal */
H A Dcmds.c314 if (!mflag && fromatty) { in mput()
348 if (!mflag && fromatty) { in mput()
433 if (!mflag && fromatty) { in mput()
842 if (!mflag && fromatty) { in mdelete()
946 if (!mflag && fromatty) { in mls()
H A Dsmall.c308 if (mflag && fromatty) { in mabort()
459 if (!mflag && fromatty) {