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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c123 struct ltchars ltc; local
127 ioctl(0, TIOCGLTC, (struct sgttyb *)&ltc);
132 if (ltc.t_werasc == (char)-1) {
135 my_win.werase = ltc.t_werasc;
/illumos-gate/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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1301 struct ltchars *ltc; local
1315 ltc = &defltc;
1328 ltc = &noltc;
1338 if (compat_ioctl(STDIN_FILENO, TIOCSLTC, ltc) == -1)

Completed in 46 milliseconds