notout            597 kern/tty.c     	int col, notout, s, c2;
notout            618 kern/tty.c     			notout = 0;
notout            621 kern/tty.c     			notout = b_to_q("        ", c, &tp->t_outq);
notout            622 kern/tty.c     			c -= notout;
notout            628 kern/tty.c     		return (notout ? '\t' : -1);