Lines Matching defs:fb_ent
2050 typedef unsigned int fb_ent;
2051 static fb_ent fb_low_counter[FB_LABEL_SPECIAL];
2052 static fb_ent *fb_labels;
2053 static fb_ent *fb_label_instances;
2071 fb_ent *i;
2096 fb_labels = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2097 fb_label_instances = XNEWVEC (fb_ent, FB_LABEL_BUMP_BY);
2105 fb_labels = XRESIZEVEC (fb_ent, fb_labels, fb_label_max);
2106 fb_label_instances = XRESIZEVEC (fb_ent, fb_label_instances,
2118 fb_ent *i;