HomeSort by: relevance | last modified time | path
    Searched refs:gc_attrmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 63 int gc_attrmap[256]; /* mapping a colour attribute to a bucket */ member in struct:_glyphcache
wsdisplay_glyphcache.c 171 gc->gc_attrmap[i] = -1;
177 gc->gc_attrmap[idx] = 0;
225 gc->gc_attrmap[i] = -1;
229 gc->gc_attrmap[idx] = 0;
289 bi = gc->gc_attrmap[idx];
299 gc->gc_attrmap[idx] = bi;
322 gc->gc_attrmap[b->gb_index] = -1;
325 gc->gc_attrmap[idx] = oldest;

Completed in 12 milliseconds