Searched refs:savecol (Results 1 – 1 of 1) sorted by relevance
2678 int savecol; in ttyrub() local2719 savecol = tp->t_column; in ttyrub()2731 savecol -= tp->t_column; in ttyrub()2732 tp->t_column += savecol; in ttyrub()2733 if (savecol > 8) { in ttyrub()2734 savecol = 8; /* overflow fixup */ in ttyrub()2736 while (--savecol >= 0) { in ttyrub()