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

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.disc.c102 struct ltchars ltcbuf; local
109 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)

Completed in 64 milliseconds