Searched refs:t_column (Results 1 – 3 of 3) sorted by relevance
865 tp->t_rocol = tp->t_column; in ttyinput_wlock()873 i = tp->t_column; in ttyinput_wlock()879 i = uimin(2, tp->t_column - i); in ttyinput_wlock()958 c = 8 - (tp->t_column & 7); in ttyoutput()967 tp->t_column += c; in ttyoutput()987 else if (c == '\r' && ISSET(tp->t_oflag, ONOCR) && tp->t_column == 0) in ttyoutput()995 col = tp->t_column; in ttyoutput()1017 tp->t_column = col; in ttyoutput()2356 tp->t_column += ce; in ttwrite()2472 savecol = tp->t_column; in ttyrub()[all …]
143 short t_column; /* Tty output column. */ member
856 PRWORD(ovflw, " %*d", 8, 1, tp->t_column); in ttyprt()