Home
last modified time | relevance | path

Searched defs:isatty (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/include/nonunix/
Dunistd.h31 #define isatty _isatty macro
/external/libvpx/libvpx/
Dtools_common.h38 #define isatty _isatty macro
/external/openssh/
Dchannels.h107 int isatty; /* rfd is a tty */ member
/external/lldb/test/pexpect-2.4/
Dpexpect.py683 def isatty (self): # File-like object. member in spawn
/external/sqlite/dist/orig/
Dshell.c104 #define isatty(h) _isatty(h) macro
133 #define isatty(x) 1 macro
/external/sqlite/dist/
Dshell.c110 #define isatty(h) _isatty(h) macro
139 #define isatty(x) 1 macro
/external/pcre/dist/
Dpcretest.c97 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js769 exports.isatty = function(){ function