Lines Matching defs:emulops
75 const struct wsdisplay_emulops *emulops;
297 dconf->emulops = type->textops;
299 if (dconf->emulops == NULL ||
805 const struct wsdisplay_emulops *emulops;
812 wsdisplay_console_conf.emulops = emulops = type->textops;
818 * If the emulops structure is crippled, force a dumb emulation.
820 if (emulops->cursor == NULL ||
821 emulops->copycols == NULL || emulops->copyrows == NULL ||
822 emulops->erasecols == NULL || emulops->eraserows == NULL)
2690 (*dconf->emulops->unpack_attr)(dconf->emulcookie, cell.attr, &fg,
2707 if ((*dconf->emulops->pack_attr)(dconf->emulcookie, fg, bg, flags |