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

  /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

Completed in 12 milliseconds