Searched defs:isatty (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Disatty.c40 isatty(int fd) function
/freebsd-11-stable/contrib/groff/src/include/
H A Dposix.h66 #define isatty(n) (1) macro
H A Dnonposix.h67 # define isatty(f) _isatty(f) macro
/freebsd-11-stable/contrib/less/
H A Dos.c401 isatty(f) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dui-file.c222 set_ui_file_isatty (struct ui_file *file, ui_file_isatty_ftype *isatty) argument
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dcallback.h80 int (*isatty) PARAMS ((host_callback *, int)); member in struct:host_callback_struct
/freebsd-11-stable/crypto/openssh/
H A Dchannels.h108 int isatty; /* rfd is a tty */ member in struct:Channel
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c79 # define isatty(h) _isatty(h) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c163 # define isatty(h) _isatty(h) macro
197 #define isatty(x) 1 macro

Completed in 204 milliseconds