Searched refs:ltc (Results 1 – 3 of 3) sorted by relevance
121 struct ltchars ltc; in set_edit_chars() local125 ioctl(0, TIOCGLTC, (struct sgttyb *)<c); in set_edit_chars()130 if (ltc.t_werasc == (char)-1) { in set_edit_chars()133 my_win.werase = ltc.t_werasc; in set_edit_chars()
277 struct ltchars ltc; local330 ltc = nltc;382 ltc.t_suspc = _POSIX_VDISABLE;383 ltc.t_dsuspc = _POSIX_VDISABLE;419 ltc.t_lnextc = _POSIX_VDISABLE;490 ltc.t_dsuspc = _POSIX_VDISABLE;519 ltc = oltc;530 (void) ioctl(tin, TIOCSLTC, <c);
1301 struct ltchars *ltc; in mode() local1315 ltc = &defltc; in mode()1328 ltc = &noltc; in mode()1338 if (compat_ioctl(STDIN_FILENO, TIOCSLTC, ltc) == -1) in mode()