Home | History | Annotate | Download | only in kern

Lines Matching refs:t_cc

605 	cc = tp->t_cc;
1308 memcpy(tp->t_cc, t->c_cc, sizeof(t->c_cc));
1695 if (nread < tp->t_cc[VMIN] && !tp->t_cc[VTIME])
1786 memcpy(tp->t_cc, ttydefchars, sizeof(ttydefchars));
1813 tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) {
1976 cc = tp->t_cc;
2502 ttyecho(tp->t_cc[VERASE], tp);
2539 if (tp->t_cc[VREPRINT] != _POSIX_VDISABLE)
2540 ttyecho(tp->t_cc[VREPRINT], tp);
3173 return tp->t_cc[which];
3180 tp->t_cc[which] = val;
3189 if (c == tp->t_cc[VSTOP] && tp->t_cc[VSTOP] != _POSIX_VDISABLE) {
3198 if (c == tp->t_cc[VSTART] && tp->t_cc[VSTART] != _POSIX_VDISABLE) {