Searched refs:ltcbuf (Results 1 – 1 of 1) sorted by relevance
102 struct ltchars ltcbuf; local109 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)112 ltcbuf.t_suspc = CTL_ESC('\032'); /* ^Z */113 ltcbuf.t_dsuspc = CTL_ESC('\031'); /* ^Y */114 ltcbuf.t_rprntc = CTL_ESC('\022'); /* ^R */115 ltcbuf.t_flushc = CTL_ESC('\017'); /* ^O */116 ltcbuf.t_werasc = CTL_ESC('\027'); /* ^W */117 ltcbuf.t_lnextc = CTL_ESC('\026'); /* ^V */118 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)