Lines Matching refs:t_column
761 tp->t_rocol = tp->t_column; in ttyinput()
770 i = tp->t_column; in ttyinput()
776 i = min(2, tp->t_column - i); in ttyinput()
851 col = c = 8 - (tp->t_column & 7); in ttyoutput()
857 tp->t_column += c; in ttyoutput()
880 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0) { in ttyoutput()
889 col = tp->t_column; in ttyoutput()
909 tp->t_column = col; in ttyoutput()
2500 tp->t_column += ce; in ttwrite()
2612 savecol = tp->t_column; in ttyrub()
2615 tp->t_column = tp->t_rocol; in ttyrub()
2624 savecol -= tp->t_column; in ttyrub()
2625 tp->t_column += savecol; in ttyrub()