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

  /src/usr.bin/ftp/
progressbar.h 58 GLOBAL int fromatty; /* input is from a terminal */ variable in typeref:typename:GLOBAL int
  /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 13 milliseconds