Home
last modified time | relevance | path

Searched refs:ite_tty (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/hp/dev/
H A Dite.c63 struct tty ite_tty[NITE]; variable
97 struct tty *tp = &ite_tty[unit];
188 register struct tty *tp = &ite_tty[unit];
230 register struct tty *tp = &ite_tty[UNIT(dev)];
243 register struct tty *tp = &ite_tty[UNIT(dev)];
254 register struct tty *tp = &ite_tty[unit];
269 register struct tty *tp = &ite_tty[UNIT(dev)];
663 if (&ite_tty[unit] == kbd_tty)
855 cp->cn_tp = &ite_tty[unit];
868 kbd_tty = &ite_tty[unit];
H A Ditevar.h155 #define TABEND(u) (ite_tty[u].t_winsize.ws_col - TABSIZE)