Home
last modified time | relevance | path

Searched refs:gc_attrmap (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/wscons/
H A Dwsdisplay_glyphcache.c149 gc->gc_attrmap[i] = -1; in glyphcache_reconfig()
155 gc->gc_attrmap[idx] = 0; in glyphcache_reconfig()
203 gc->gc_attrmap[i] = -1; in glyphcache_wipe()
207 gc->gc_attrmap[idx] = 0; in glyphcache_wipe()
266 bi = gc->gc_attrmap[idx]; in glyphcache_try()
276 gc->gc_attrmap[idx] = bi; in glyphcache_try()
299 gc->gc_attrmap[b->gb_index] = -1; in glyphcache_try()
302 gc->gc_attrmap[idx] = oldest; in glyphcache_try()
H A Dwsdisplay_glyphcachevar.h62 int gc_attrmap[256]; /* mapping a colour attribute to a bucket */ member