startcol 228 dev/ic/pcdisplay_subr.c pcdisplay_erasecols(id, row, startcol, ncols, fillattr) startcol 230 dev/ic/pcdisplay_subr.c int row, startcol, ncols; startcol 240 dev/ic/pcdisplay_subr.c off = row * scr->type->ncols + startcol; startcol 60 dev/ic/sti.c void sti_erasecols(void *v, int row, int startcol, int ncols, long attr); startcol 1091 dev/ic/sti.c sti_erasecols(v, row, startcol, ncols, attr) startcol 1093 dev/ic/sti.c int row, startcol, ncols; startcol 1100 dev/ic/sti.c startcol * fp->width, row * fp->height, startcol 1101 dev/ic/sti.c startcol * fp->width, row * fp->height, startcol 61 dev/wscons/wsdisplayvar.h void (*erasecols)(void *c, int row, int startcol, int ncols, long);