Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h143 int t_rocount, t_rocol; /* Tty. */ member
/xnu-12377.41.6/bsd/kern/
H A Dtty.c822 tp->t_rocol = tp->t_column; in ttyinput()
1849 tp->t_rocol = 0; in ttyflush()
2726 tp->t_column = tp->t_rocol; in ttyrub()
2819 tp->t_rocol = 0; in ttyretype()