Searched refs:g_emulops (Results 1 – 6 of 6) sorted by relevance
527 ri->ri_ops.cursor = gp->g_emulops->cursor; in grf_setup_rasops()528 ri->ri_ops.mapchar = gp->g_emulops->mapchar; in grf_setup_rasops()529 ri->ri_ops.copyrows = gp->g_emulops->copyrows; in grf_setup_rasops()530 ri->ri_ops.eraserows = gp->g_emulops->eraserows; in grf_setup_rasops()531 ri->ri_ops.copycols = gp->g_emulops->copycols; in grf_setup_rasops()532 ri->ri_ops.erasecols = gp->g_emulops->erasecols; in grf_setup_rasops()533 ri->ri_ops.putchar = gp->g_emulops->putchar; in grf_setup_rasops()534 ri->ri_ops.allocattr = gp->g_emulops->allocattr; in grf_setup_rasops()
68 struct wsdisplay_emulops *g_emulops; member
375 gp->g_emulops = &et_textops; in grfetattach()
443 gp->g_emulops = &cl_textops; in grfclattach()
493 gp->g_emulops = &cv3d_textops; in grfcv3dattach()
543 gp->g_emulops = &cv_textops; in grfcvattach()