lcg.c | 227 static void blkset(long dest, int xdim, int ydim, char color); 343 void blkset(long dest, int xdim, int ydim, char color) function in typeref:typename:void 349 printf("lcg: blkset: invalid destination 0x%lx\n", dest); 389 printf("lcg: blkset: invalid destination 0x%lx\n", dest); 648 blkset(LCG_FB_ADDR + (row * lcg_onerow) + (startcol * lcg_font.fontwidth), 686 blkset(LCG_FB_ADDR + (startrow * lcg_onerow), (lcg_cols * lcg_font.fontwidth),
|