Searched refs:ltc (Results 1 – 3 of 3) sorted by relevance
123 struct ltchars ltc; in set_edit_chars() local127 ioctl(0, TIOCGLTC, (struct sgttyb *)<c); 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()
281 struct ltchars ltc; local334 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, <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()