Lines Matching refs:label
73 blinset(const bslabel_t *label, const set_id *id) in blinset() argument
83 if (BLTYPE(label, SUN_SL_ID) && in blinset()
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) in blinset()
96 incall.label = *label; in blinset()
136 bslvalid(const bslabel_t *label) in bslvalid() argument
150 if (BLTYPE(label, SUN_SL_ID) && in bslvalid()
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) { in bslvalid()
157 slvcall.label = *label; in bslvalid()
341 bltocolor_r(const blevel_t *label, size_t size, char *color_name) in bltocolor_r() argument
350 ccall.label = *label; in bltocolor_r()
391 bltocolor(const blevel_t *label) in bltocolor() argument
393 return (bltocolor_r(label, sizeof (color), color)); in bltocolor()