textops           470 dev/ic/sti.c   	scr->scr_wsd.textops = &sti_emulops;
textops           403 dev/pci/tga.c  	tga_stdscreen.textops = &rip->ri_ops;
textops           387 dev/pcmcia/cfxga.c 		wsd->textops = &sc->sc_ops;
textops           297 dev/wscons/wsdisplay.c 		dconf->emulops = type->textops;
textops           788 dev/wscons/wsdisplay.c 	wsdisplay_console_conf.emulops = emulops = type->textops;
textops            89 dev/wscons/wsdisplayvar.h 	const struct wsdisplay_emulops *textops;
textops            90 dev/wscons/wsemul_dumb.c 	edp->emulops = emulops = type->textops;
textops           121 dev/wscons/wsemul_dumb.c 		edp->emulops = type->textops;
textops           133 dev/wscons/wsemul_sun.c 	edp->emulops = type->textops;
textops           128 dev/wscons/wsemul_vt100.c 	edp->emulops = type->textops;