Home | History | Annotate | Download | only in dev

Lines Matching defs:ncols

277 	int       ncols;
461 adp->gfxwidth = amidisplaycc_screentab[0].wsdescr.ncols *
509 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols)
605 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols)
702 amidisplaycc_copycols(void *screen, int row, int srccol, int dstcol, int ncols)
717 if (srccol < 0 || srccol + ncols > scr->ncols ||
718 dstcol < 0 || dstcol + ncols > scr->ncols ||
734 for (i = ncols - 1 ; i >= 0 ; i--)
739 for (i = 0 ; i < ncols ; i++)
753 amidisplaycc_erasecols(void *screen, int row, int startcol, int ncols,
770 startcol < 0 || startcol + ncols > scr->ncols)
788 memset(dst, fill, ncols);
1284 dimension.width = screenp->ncols * fontwidth;
1307 scr->ncols = screenp->ncols;