Searched refs:savecol (Results 1 – 1 of 1) sorted by relevance
2682 int savecol; in ttyrub() local2723 savecol = tp->t_column; in ttyrub()2735 savecol -= tp->t_column; in ttyrub()2736 tp->t_column += savecol; in ttyrub()2737 if (savecol > 8) { in ttyrub()2738 savecol = 8; /* overflow fixup */ in ttyrub()2740 while (--savecol >= 0) { in ttyrub()