HomeSort by: relevance | last modified time | path
    Searched refs:fromatty (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/ftp/
progressbar.h 58 GLOBAL int fromatty; /* input is from a terminal */ variable in typeref:typename:GLOBAL int
main.c 257 fromatty = isatty(fileno(stdin));
263 if (fromatty) /* editing mode on if tty is usable */
680 if (fromatty) {
691 if (fromatty)
713 if (fromatty)
cmds.c 487 if (!mflag && fromatty) {
511 if (!mflag && fromatty) {
539 if (!mflag && fromatty) {
652 if (fromatty)
662 if (mflag && fromatty) {
736 if (!mflag && fromatty) {
1242 if (!mflag && fromatty) {
1404 if (!mflag && fromatty) {
progressbar.c 384 if (fromatty)
ftp.c 307 if (fromatty)
321 if (fromatty)
1885 if (fromatty)
fetch.c 1916 if (fromatty) {
1932 if (fromatty) {
util.c 319 if (fromatty)
  /src/usr.sbin/timed/timedc/
timedc.c 61 int fromatty; variable in typeref:typename:int
99 fromatty = isatty(fileno(stdin));
104 if (fromatty) {
136 if (!fromatty)
  /src/usr.sbin/lpr/lpc/
lpc.c 71 int fromatty; variable in typeref:typename:int
106 fromatty = isatty(fileno(stdin));
143 if (!fromatty)

Completed in 50 milliseconds