ncols              62 bsp/drv/dev/base/wscons.c 	int		ncols;		/* number of cols */
ncols             286 bsp/drv/dev/base/wscons.c 			if (sc->col >= sc->ncols)
ncols             287 bsp/drv/dev/base/wscons.c 				sc->col = sc->ncols - 1;
ncols             343 bsp/drv/dev/base/wscons.c 			if (sc->col >= sc->ncols)
ncols             344 bsp/drv/dev/base/wscons.c 				sc->col = sc->ncols - 1;
ncols             388 bsp/drv/dev/base/wscons.c 	if (sc->col >= sc->ncols) {
ncols             496 bsp/drv/dev/base/wscons.c 	sc->ncols = bi->video.text_x;