/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | source.c | 56 boolean_t isatty; member 99 new_p->isatty = isatty(fileno(new_p->instream)); in source_init() 147 new_p->isatty = isatty(fileno(new_p->instream)); in source_file() 178 if (top->isatty) { in source_input() 282 if (top && top->isatty) in prompt()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | isatty.c | 32 #pragma weak _isatty = isatty 44 isatty(int f) in isatty() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | typeahead.c | 106 if (isatty(fd)) { in typeahead() 116 if (isatty(fd)) in typeahead()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | setbuf.c | 36 extern int isatty(); 57 if (isatty(fno))
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 60 if (isatty(sffileno(sfstdin))) in astquery() 64 if (isatty(sffileno(sfstderr))) in astquery()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | _findbuf.c | 73 else if (fd < 2 && (tty = isatty(fd))) { in _findbuf() 100 if (!(iop->_flag & _IONBF) && ((tty != -1) ? tty : isatty(fd))) in _findbuf()
|
H A D | setbuf.c | 73 if (isatty(fno)) in setbuf()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | test.c | 178 return(isatty(1)); in e3() 182 return(isatty(1)); in e3() 185 return(isatty(atoi((char *)a))); in e3()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_names.c | 78 if (!isatty(0)) { 84 if (!isatty(1)) {
|
/titanic_41/usr/src/ucbcmd/test/ |
H A D | test.c | 185 return (isatty(1)); in e3() 188 return (isatty(1)); in e3() 190 return (isatty(atoi(a))); in e3()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | main.c | 121 if (!isatty(fileno(stdin))) { in main() 124 if (!isatty(fileno(stdout))) { in main()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | isatty.c | 37 isatty(f) in isatty() function
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgexecv.c | 350 if (isatty(STDIN_FILENO)) { in pkgexecv() 385 if (isatty(STDOUT_FILENO)) { in pkgexecv()
|
/titanic_41/usr/src/cmd/audio/audioconvert/ |
H A D | file.cc | 102 if (isatty(fileno(stdin))) { in open_input_file() 231 if (isatty(fileno(stdout))) { in create_output_file()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | setbuf.c | 36 extern int isatty();
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.c | 376 intty = intact || isatty(SHIN); in main() 386 if (loginsh || intact || intty && isatty(SHOUT)) in main() 440 if (isatty(FSHDIAG)) in main() 442 else if (isatty(FSHOUT)) in main() 444 else if (isatty(OLDSTD)) in main() 707 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
|
/titanic_41/usr/src/cmd/tip/ |
H A D | hunt.c | 61 if (FD >= 0 && !isatty(FD)) { in hunt()
|
/titanic_41/usr/src/cmd/format/ |
H A D | menu_analyze.c | 174 if (option_f || (!isatty(0)) || (!isatty(1))) in a_print()
|
/titanic_41/usr/src/cmd/refer/ |
H A D | lookbib.c | 54 if (isatty(fileno(stdin))) { in main()
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 89 if (!isatty(fd)) { in notify()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 1109 if (!isatty(fileno(stdin))) in client_loop() 1111 if (!isatty(fileno(stdout))) in client_loop() 1113 if (!isatty(fileno(stderr))) in client_loop() 1256 if (!isatty(fileno(stdin))) in client_loop() 1258 if (!isatty(fileno(stdout))) in client_loop() 1260 if (!isatty(fileno(stderr))) in client_loop()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | ui-sun.c | 101 if (isatty(STDIN_FILENO)) { in smb_get_authentication()
|
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | ksmb.c | 94 if (!isatty(fileno(stdin))) { in main()
|
/titanic_41/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfgcli.c | 134 tty = isatty(0); in init()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 135 extern int isatty(int);
|