defattrp          652 dev/ic/vga.c   vga_alloc_screen(v, type, cookiep, curxp, curyp, defattrp)
defattrp          657 dev/ic/vga.c   	long *defattrp;
defattrp          673 dev/ic/vga.c   	vga_init_screen(vc, scr, type, vc->nscreens == 0, defattrp);
defattrp          682 dev/ic/vga.c   		pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp);
defattrp          609 dev/isa/ega.c  ega_alloc_screen(v, type, cookiep, curxp, curyp, defattrp)
defattrp          614 dev/isa/ega.c  	long *defattrp;
defattrp          630 dev/isa/ega.c  	ega_init_screen(vc, scr, type, vc->nscreens == 0, defattrp);
defattrp          639 dev/isa/ega.c  		pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp);
defattrp          357 dev/isa/pcdisplay.c pcdisplay_alloc_screen(v, type, cookiep, curxp, curyp, defattrp)
defattrp          362 dev/isa/pcdisplay.c 	long *defattrp;
defattrp          372 dev/isa/pcdisplay.c 	*defattrp = FG_LIGHTGREY | BG_BLACK;