Lines Matching defs:row
90 pcdisplay_cursor(void *id, int on, int row, int col)
108 scr->cursorrow = row;
127 scr->cursorrow = row;
136 + row * scr->type->ncols + col;
156 pcdisplay_putchar(void *id, int row, int col, unsigned int c, long attr)
163 off = row * scr->type->ncols + col;
165 /* check for bogus row and column sizes */
179 pcdisplay_copycols(void *id, int row, int srccol, int dstcol, int ncols)
186 srcoff = dstoff = row * scr->type->ncols;
200 pcdisplay_erasecols(void *id, int row, int startcol, int ncols, long fillattr)
209 off = row * scr->type->ncols + startcol;
307 off = wschar->row * scr->type->ncols + wschar->col;
337 off = wschar->row * scr->type->ncols + wschar->col;