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