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