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

/freebsd-9.3-release/contrib/tcsh/
H A Dmi.termios.c158 struct tchars tcbuf; local
161 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
269 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
270 termios_p->c_cc[VEOL] = tcbuf.t_brkc;
272 termios_p->c_cc[VINTR] = tcbuf.t_intrc;
274 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
275 termios_p->c_cc[VSTART] = tcbuf.t_startc;
276 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
290 struct tchars tcbuf; local
382 tcbuf
[all...]
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrindefs.c132 char tcbuf[BUFSIZ]; local
155 if (tgetent(tcbuf, tcname, filename) != 1)
157 for (q=tcbuf; *q != ':'; q++)
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dadvcap.c183 char tcbuf[BUFSIZ]; local
206 if (getent(tcbuf, tcname, conffile) != 1) {
209 for (q = tcbuf; *q++ != ':'; )

Completed in 104 milliseconds