/external/syslinux/com32/lib/sys/ |
D | isatty.c | 42 int isatty(int fd) in isatty() function
|
/external/python/cpython2/RISCOS/ |
D | unixstuff.c | 12 int isatty(int fn) in isatty() function
|
/external/python/cpython2/Lib/ |
D | chunk.py | 93 def isatty(self): member in Chunk
|
D | StringIO.py | 88 def isatty(self): member in StringIO
|
D | _pyio.py | 452 def isatty(self): member in IOBase 788 def isatty(self): member in _BufferedIOMixin 1224 def isatty(self): member in BufferedRWPair 1603 def isatty(self): member in TextIOWrapper
|
D | tempfile.py | 582 def isatty(self): member in SpooledTemporaryFile
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 31 #define isatty _isatty macro
|
/external/python/cpython2/Lib/bsddb/ |
D | dbrecio.py | 49 def isatty(self): member in DBRecIO
|
/external/python/cpython2/Tools/framer/ |
D | example.py | 63 def isatty(self): member in cStringIO.InputType
|
/external/libvpx/libvpx/ |
D | tools_common.h | 48 #define isatty _isatty macro
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 304 long isatty; in io_open() local
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 147 # define isatty _isatty macro
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 1098 def isatty(self): member in PyShell 1334 def isatty(self): member in PseudoFile
|
/external/autotest/client/common_lib/ |
D | logging_manager.py | 194 def isatty(self): member in LoggingFile
|
D | pexpect.py | 678 def isatty (self): # File-like object. member in spawn
|
/external/openssh/ |
D | channels.h | 108 int isatty; /* rfd is a tty */ member
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialutil.py | 217 def isatty(self): member in FileLike
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 1565 def __init__(self, isatty): argument 1569 def isatty(self): member in BufferedRWPairTest.test_isatty.SelectableIsAtty
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 145 int isatty = PyObject_IsTrue(sys_isatty); in isatty_no_error() local
|
/external/curl/src/ |
D | tool_cfgable.h | 250 bool isatty; /* Updated internally if output is a tty */ member
|
/external/sqlite/dist/ |
D | shell.c | 110 # define isatty(h) _isatty(h) macro 137 #define isatty(x) 1 macro
|
/external/sqlite/dist/orig/ |
D | shell.c | 104 # define isatty(h) _isatty(h) macro 131 #define isatty(x) 1 macro
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 125 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro
|