Lines Matching refs:t_column
822 tp->t_rocol = tp->t_column; in ttyinput()
831 i = tp->t_column; in ttyinput()
837 i = min(2, tp->t_column - i); in ttyinput()
912 col = c = 8 - (tp->t_column & 7); in ttyoutput()
918 tp->t_column += c; in ttyoutput()
941 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0) { in ttyoutput()
950 col = tp->t_column; in ttyoutput()
970 tp->t_column = col; in ttyoutput()
2611 tp->t_column += ce; in ttwrite()
2723 savecol = tp->t_column; in ttyrub()
2726 tp->t_column = tp->t_rocol; in ttyrub()
2735 savecol -= tp->t_column; in ttyrub()
2736 tp->t_column += savecol; in ttyrub()