Home | Sort by: relevance | last modified time | path |
/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) |