Home | History | Annotate | Download | only in kern

Lines Matching refs:t_column

865 			tp->t_rocol = tp->t_column;
873 i = tp->t_column;
879 i = uimin(2, tp->t_column - i);
958 c = 8 - (tp->t_column & 7);
967 tp->t_column += c;
987 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0)
995 col = tp->t_column;
1017 tp->t_column = col;
2356 tp->t_column += ce;
2472 savecol = tp->t_column;
2475 tp->t_column = tp->t_rocol;
2483 savecol -= tp->t_column;
2484 tp->t_column += savecol;