Lines Matching refs:attrp
439 const struct wsscreen_descr *type, int existing, long *attrp)
511 WSATTR_WSCOLORS, attrp);
514 res = vga_raster_allocattr(scr, 0, 0, 0, attrp);
1402 vga_raster_allocattr(void *id, int fg, int bg, int flags, long *attrp)
1415 *attrp = 0x70;
1417 *attrp = 0x07;
1419 *attrp |= FG_UNDERLINE;
1421 *attrp |= FG_INTENSE;
1426 *attrp = fgansitopc[fg] | bgansitopc[bg];
1428 *attrp = 7;
1430 *attrp += 8;
1433 *attrp |= FG_BLINK;