Home
last modified time | relevance | path

Searched refs:mapchar (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/wscons/
H A Dwsemul_vt100_chars.c85 (*edp->emulops->mapchar)(edp->emulcookie, 128 + i, in vt100_initchartables()
90 (*edp->emulops->mapchar)(edp->emulcookie, in vt100_initchartables()
95 (*edp->emulops->mapchar)(edp->emulcookie, in vt100_initchartables()
158 (*edp->emulops->mapchar)(edp->emulcookie, i, &edp->nrctab[i]); in vt100_setnrc()
160 (*edp->emulops->mapchar)(edp->emulcookie, nrctable[nrc].c[i], in vt100_setnrc()
H A Dwsdisplayvar.h75 int (*mapchar)(void *, int, unsigned int *); member
H A Dwsemul_sun.c350 (*edp->emulops->mapchar)(edp->emulcookie, instate->inchar, &outchar); in wsemul_sun_output_normal()
H A Dwsemul_vt100.c360 (*edp->emulops->mapchar)(edp->emulcookie, instate->inchar, &dc); in wsemul_vt100_output_normal()
/openbsd/sys/dev/rasops/
H A Drasops.c293 ri->ri_ops.mapchar = rasops_vcons_mapchar; in rasops_init()
430 ri->ri_ops.mapchar = rasops_mapchar; in rasops_reconfig()
/openbsd/sys/dev/ic/
H A Dsti.c68 .mapchar = sti_mapchar,