Searched refs:TIOCGLTC (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 125 ioctl(0, TIOCGLTC, (struct sgttyb *)<c); in set_edit_chars()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ttold.h | 136 #define TIOCGLTC (tIOC|116) /* get local special chars */ macro
|
H A D | termios.h | 438 #define TIOCGLTC (tIOC|116) /* get local special chars */ macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 350 case TIOCGLTC: in ttcompatwput() 417 case TIOCGLTC: in ttcompat_do_ioctl() 767 case TIOCGLTC: in ttcompat_ioctl_ack() 990 case TIOCGLTC: in ttcopyout()
|
H A D | tty_pty.c | 936 case TIOCGLTC: in ptcioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 188 (void) ioctl(0, TIOCGLTC, &oltc); in TerminalSaveState()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 308 # ifdef TIOCGLTC in tty_raw() 310 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR) in tty_raw()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 781 if (ioctl(STDIN_FILENO, TIOCGLTC, (char *)&defltc) == -1) in doit()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 398 { (uint_t)TIOCGLTC, "TIOCGLTC", NULL }, /* 116 */
|
H A D | expound.c | 1343 case TIOCGLTC: in show_ioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 3521 if (ioctl(pty, TIOCGLTC, &tmpltc) == -1) in telrcv()
|