/src/lib/libcurses/ |
toucholap.c | 51 int y, endy, endx, starty, startx; local in function:touchoverlap 58 starty = max(win1->begy, win2->begy); 63 starty, startx, endy, endx); 70 if (starty >= endy || startx >= endx) 72 starty -= win2->begy; 76 for (--endx, y = starty; y < endy; y++)
|
clrtobot.c | 66 int minx, startx, starty, y; local in function:wclrtobot 84 starty = win->cury + 1; 87 starty = win->cury; 91 for (y = starty; y < win->maxy; y++) {
|
/src/sys/dev/wscons/ |
wscons_rops.c | 209 int starty, ny, op; local in function:rcons_eraserows 211 starty = rc->rc_yorigin + rc->rc_font->height * startrow; 217 raster_op(rc->rc_sp, rc->rc_xorigin, starty,
|
/src/sys/dev/tc/ |
sfb.c | 1246 int scanspan, starty, height, width, align, w; local in function:sfb_eraserows 1250 starty = ri->ri_font->fontheight * startrow; 1253 p = ri->ri_bits + starty * scanspan;
|
sfbplus.c | 1296 int scanspan, starty, height, width, align, w; local in function:sfbp_eraserows 1300 starty = ri->ri_font->fontheight * startrow; 1303 p = ri->ri_bits + starty * scanspan;
|