Searched refs:TIOCSLTC (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/sys/ |
| HD | ioctl_compat.h | 131 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */ macro
|
| /trueos/contrib/tcsh/ |
| HD | tc.disc.c | 118 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)
|
| HD | ed.term.h | 458 # undef TIOCSLTC
|
| HD | sh.h | 294 # undef TIOCSLTC 348 # undef TIOCSLTC
|
| HD | ed.term.c | 750 RETRY(ioctl(fd, TIOCSLTC, (ioctl_t) &td->d_ltc)); in tty_setty()
|
| /trueos/sys/kern/ |
| HD | tty_compat.c | 146 case TIOCSLTC: { in ttsetcompat() 190 case TIOCSLTC: in tty_ioctl_compat()
|
| HD | tty.c | 543 case TIOCSLTC: in ttydev_ioctl()
|
| /trueos/contrib/texinfo/info/ |
| HD | terminal.c | 819 ioctl (tty, TIOCSLTC, &temp); in terminal_prep_terminal() 859 ioctl (tty, TIOCSLTC, &original_ltchars); in terminal_unprep_terminal()
|
| /trueos/contrib/libreadline/ |
| HD | rltty.c | 289 #if defined (TIOCSLTC) 292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
|
| /trueos/contrib/gdb/gdb/tui/ |
| HD | tui.c | 503 ioctl (FILEDES, TIOCSLTC, <c);
|
| /trueos/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 673 ioctl(tin, TIOCSLTC, (char *)<c); in TerminalNewMode()
|
| /trueos/contrib/gdb/gdb/ |
| HD | ser-unix.c | 167 if (ioctl (scb->fd, TIOCSLTC, &state->ltc) < 0) in set_tty_state()
|
| /trueos/contrib/telnet/telnetd/ |
| HD | sys_term.c | 188 (void) ioctl(pty, TIOCSLTC, (char *)&termbuf.ltc); in set_termbuf()
|