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

  /src/distrib/utils/more/
main.c 65 int is_tty; variable
171 if (is_tty) {
280 is_tty = isatty(1);
281 if (!is_tty) {
  /src/external/bsd/less/dist/
main.c 25 public int is_tty; variable
125 is_tty = isatty(1);
226 if (!is_tty)
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 706 int is_tty; local
708 is_tty = isatty (scb->fd);
709 if (!is_tty && !fd_is_file (scb->fd) && !fd_is_pipe (scb->fd))
719 if (is_tty)
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 706 int is_tty; local
708 is_tty = isatty (scb->fd);
709 if (!is_tty && !fd_is_file (scb->fd) && !fd_is_pipe (scb->fd))
719 if (is_tty)

Completed in 35 milliseconds