Home
last modified time | relevance | path

Searched refs:t_column (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dtty.c700 tp->t_rocol = tp->t_column; in ttyinput()
708 i = tp->t_column; in ttyinput()
775 c = 8 - (tp->t_column & 7); in ttyoutput()
781 tp->t_column += c; in ttyoutput()
818 col = tp->t_column; in ttyoutput()
840 tp->t_column = col; in ttyoutput()
2125 tp->t_column += ce; in ttwrite()
2225 savecol = tp->t_column; in ttyrub()
2228 tp->t_column = tp->t_rocol; in ttyrub()
2240 savecol -= tp->t_column; in ttyrub()
[all …]
/dragonfly/sys/sys/
H A Dtty.h102 int t_column; /* Tty output column. */ member
/dragonfly/usr.sbin/pstat/
H A Dpstat.c832 tp->t_column); in ttyprt()