Home | History | Annotate | Download | only in wscons

Lines Matching defs:bi

281 	int cell, cx, cy, idx, bi;
289 bi = gc->gc_attrmap[idx];
290 if (bi == -1) {
292 bi = 1;
293 while ((bi < gc->gc_numbuckets) &&
294 (gc->gc_buckets[bi].gb_index != -1)) {
295 bi++;
297 if (bi < gc->gc_numbuckets) {
299 gc->gc_attrmap[idx] = bi;
300 b = &gc->gc_buckets[bi];
334 b = &gc->gc_buckets[bi];