Searched refs:ISATTY (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Devent-top.c469 int stdin_is_tty = ISATTY (stdin);
721 && ISATTY (instream))
772 && ISATTY (stdin) && *linebuffer)
827 if (!done_once && !ISATTY (instream))
1126 if (ISATTY (instream))
H A Dtop.c790 int stdin_is_tty = ISATTY (stdin);
864 int stdin_is_tty = ISATTY (stdin);
1249 else if (command_editing_p && instream == stdin && ISATTY (instream))
1316 && ISATTY (instream))
1358 && ISATTY (stdin) && *linebuffer)
H A Ddefs.h1303 #ifndef ISATTY
1304 #define ISATTY(FP) (isatty (fileno (FP)))
1300 #define ISATTY macro
H A Dtracepoint.c847 else if (instream == stdin && ISATTY (instream))

Completed in 109 milliseconds