Lines Matching refs:attrp
442 const struct wsscreen_descr *type, int existing, long *attrp)
501 WSATTR_WSCOLORS, attrp);
504 res = vga_allocattr(scr, 0, 0, 0, attrp);
1095 vga_allocattr(void *id, int fg, int bg, int flags, long *attrp)
1108 *attrp = 0x70;
1110 *attrp = 0x07;
1112 *attrp |= FG_UNDERLINE;
1114 *attrp |= FG_INTENSE;
1119 *attrp = fgansitopc[fg] | bgansitopc[bg];
1121 *attrp = 7;
1123 *attrp += 8;
1126 *attrp |= FG_BLINK;