/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tty | 30 # ifndef TCSANOW 31 # define TCSANOW TCSETS 34 # endif /* TCSANOW */ 96 # ifndef TCSANOW 98 # define TCSANOW TCSETA 102 # define TCSANOW TIOCSETN 107 # endif /* TCSANOW */
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 62 # ifndef TCSANOW 63 # define TCSANOW TCSETS macro 134 # ifndef TCSANOW 136 # define TCSANOW TCSETA macro 146 # define TCSANOW TIOCSETN macro
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tty | 36 # ifndef TCSANOW 37 # define TCSANOW TCSETS 40 # endif /* TCSANOW */ 102 # ifndef TCSANOW 104 # define TCSANOW TCSETA 108 # define TCSANOW TIOCSETN 113 # endif /* TCSANOW */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tty | 36 # ifndef TCSANOW 37 # define TCSANOW TCSETS 40 # endif /* TCSANOW */ 102 # ifndef TCSANOW 104 # define TCSANOW TCSETA 108 # define TCSANOW TIOCSETN 113 # endif /* TCSANOW */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tty | 36 # ifndef TCSANOW 37 # define TCSANOW TCSETS 40 # endif /* TCSANOW */ 102 # ifndef TCSANOW 104 # define TCSANOW TCSETA 108 # define TCSANOW TIOCSETN 113 # endif /* TCSANOW */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tty | 36 # ifndef TCSANOW 37 # define TCSANOW TCSETS 40 # endif /* TCSANOW */ 102 # ifndef TCSANOW 104 # define TCSANOW TCSETA 108 # define TCSANOW TIOCSETN 113 # endif /* TCSANOW */
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | promptusr.c | 77 if (tcsetattr(fd, TCSANOW, &echo_control) == -1) in krb5_os_get_tty_uio() 103 if (tcsetattr(fd, TCSANOW, &save_control) == -1) { in krb5_os_get_tty_uio() 123 tcsetattr(fd, TCSANOW, &save_control); in krb5_os_get_tty_uio()
|
H A D | prompter.c | 177 if (tcsetattr(STDIN_FILENO, TCSANOW, &tparm) < 0) in setup_tty() 195 ret = tcsetattr(fd, TCSANOW, saveparm); in restore_tty()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | getpass.c | 63 if(tcsetattr(sffileno(iop),TCSANOW,&tnew) < 0) in getpass() 69 tcsetattr(sffileno(iop),TCSANOW,&told); in getpass()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | misc.c | 435 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in echo_off() 458 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in echo_on() 502 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in charmode_on() 528 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in charmode_off()
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | user.c | 572 (void) tcsetattr(0, TCSANOW, &newOpts); in ADM_Get_Password() 597 (void) tcsetattr(0, TCSANOW, &oldOpts); in ADM_Get_Password() 604 (void) tcsetattr(0, TCSANOW, &oldOpts); in ADM_Get_Password() 616 (void) tcsetattr(0, TCSANOW, &oldOpts); in cleanup()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tcsetattr.c | 50 case TCSANOW: in tcsetattr()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | osunixxf.c | 271 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode() 293 if (tcsetattr (STDIN_FILENO, TCSANOW, &OriginalTermAttributes)) in OsExitLineEditMode()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | uart_backend.c | 101 tcsetattr(STDIN_FILENO, TCSANOW, &tio_stdio_orig); in ttyclose() 113 tcsetattr(tf->rfd, TCSANOW, &new); in ttyopen()
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | listen.c | 39 tcsetattr(STDIN_FILENO, TCSANOW, &termbuf); in print_prompt()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 927 (void) tcsetattr(__m_screen->_kfd, TCSANOW, &cur_term->_prog); in doupdate() 1008 (void) tcsetattr(__m_screen->_kfd,TCSANOW,&cur_term->_prog); in doupdate()
|
H A D | setup.c | 601 return tcsetattr(fd, TCSANOW, tp) == 0 ? OK : ERR;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 357 #define TCSANOW (_TIOC|14) /* same as TCSETS */ macro
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 245 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 241 (void) tcsetattr(STDIN_FILENO, TCSANOW, &savetty); in pop() 1389 return (flag ? tcsetattr(des, TCSANOW, &tb) : 0); in compat_ioctl()
|
/illumos-gate/usr/src/common/ficl/ |
H A D | loader.c | 979 (void) tcsetattr(STDIN_FILENO, TCSANOW, &newt); in keyQuestion() 981 (void) tcsetattr(STDIN_FILENO, TCSANOW, &oldt); in keyQuestion()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 535 (void) tcsetattr(tin, TCSANOW, &tmp_tc);
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1211 if (tcsetattr (serial_fd, TCSANOW, &termios)) in serial_hw_init()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 253 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR) in tty_cooked() 1545 case TCSANOW:
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | jobs.c | 250 (void) tcsetattr(0, TCSANOW, &mystty); in statjob()
|