HomeSort by: relevance | last modified time | path
    Searched refs:t_cc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
tty.c 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
    [all...]
tty_pty.c 1062 u_char *cc = tp->t_cc;
  /src/sys/sys/
tty.h 156 #define t_cc t_termios.c_cc macro

Completed in 36 milliseconds