Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h103 int t_rocount, t_rocol; /* Tty. */ member
/dragonfly/sys/kern/
H A Dtty.c700 tp->t_rocol = tp->t_column; in ttyinput()
1447 tp->t_rocol = 0; in ttyflush()
2228 tp->t_column = tp->t_rocol; in ttyrub()
2327 tp->t_rocol = 0; in ttyretype()