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

/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c156 struct tchars tcbuf; local
159 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
267 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
268 termios_p->c_cc[VEOL] = tcbuf.t_brkc;
270 termios_p->c_cc[VINTR] = tcbuf.t_intrc;
272 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
273 termios_p->c_cc[VSTART] = tcbuf.t_startc;
274 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
288 struct tchars tcbuf; local
380 tcbuf
[all...]
/freebsd-11-stable/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 68 milliseconds