Home | Sort by: relevance | last modified time | path |
/src/usr.bin/find/ | |
find.c | 157 static bool notty; variable in typeref:typename:bool 163 notty = !(isatty(STDIN_FILENO) || isatty(STDOUT_FILENO) || 165 if (notty) 180 if (notty) 188 if (notty) |
/src/sys/sys/ | |
conf.h | 165 #define notty NULL macro |
/src/lib/libcurses/ | |
curses_private.h | 275 int notty; member in struct:__screen |