Searched refs:t_column (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty.c820 tp->t_rocol = tp->t_column;
828 i = tp->t_column;
834 i = min(2, tp->t_column - i);
907 col = c = 8 - (tp->t_column & 7);
913 tp->t_column += c;
933 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0)
940 col = tp->t_column;
959 tp->t_column = col;
2421 tp->t_column += ce;
2526 savecol = tp->t_column;
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dtty.h141 int t_column; /* Tty output column. */ member in struct:tty

Completed in 14 milliseconds