Home | History | Annotate | Download | only in isa

Lines Matching refs:attrp

336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp)
372 res = ega_allocattr(scr, 0, 0, 0, attrp);
797 ega_allocattr(void *id, int fg, int bg, int flags, long *attrp)
810 *attrp = 0x70;
812 *attrp = 0x07;
814 *attrp |= FG_UNDERLINE;
816 *attrp |= FG_INTENSE;
821 *attrp = fgansitopc[fg] | bgansitopc[bg];
823 *attrp = 7;
825 *attrp += 8;
828 *attrp |= FG_BLINK;