Searched refs:savecol (Results 1 – 1 of 1) sorted by relevance
2572 int savecol; in ttyrub() local2613 savecol = tp->t_column; in ttyrub()2625 savecol -= tp->t_column; in ttyrub()2626 tp->t_column += savecol; in ttyrub()2627 if (savecol > 8) { in ttyrub()2628 savecol = 8; /* overflow fixup */ in ttyrub()2630 while (--savecol >= 0) { in ttyrub()