Home
last modified time | relevance | path

Searched refs:ltc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c123 struct ltchars ltc; in set_edit_chars() local
127 ioctl(0, TIOCGLTC, (struct sgttyb *)&ltc); in set_edit_chars()
132 if (ltc.t_werasc == (char)-1) { in set_edit_chars()
135 my_win.werase = ltc.t_werasc; in set_edit_chars()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c281 struct ltchars ltc; local
334 ltc = nltc;
386 ltc.t_suspc = _POSIX_VDISABLE;
387 ltc.t_dsuspc = _POSIX_VDISABLE;
423 ltc.t_lnextc = _POSIX_VDISABLE;
494 ltc.t_dsuspc = _POSIX_VDISABLE;
523 ltc = oltc;
534 (void) ioctl(tin, TIOCSLTC, &ltc);
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1301 struct ltchars *ltc; in mode() local
1315 ltc = &defltc; in mode()
1328 ltc = &noltc; in mode()
1338 if (compat_ioctl(STDIN_FILENO, TIOCSLTC, ltc) == -1) in mode()