savecol          1849 kern/tty.c     	int savecol;
savecol          1885 kern/tty.c     				savecol = tp->t_column;
savecol          1897 kern/tty.c     				savecol -= tp->t_column;
savecol          1898 kern/tty.c     				tp->t_column += savecol;
savecol          1899 kern/tty.c     				if (savecol > 8)
savecol          1900 kern/tty.c     					savecol = 8;	/* overflow screw */
savecol          1901 kern/tty.c     				while (--savecol >= 0)