Searched refs:fill_space (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/latencytop/common/ |
H A D | display.c | 72 #define fill_space_right(a, b, c) fill_space((a), (b), (c), TRUE) 73 #define fill_space_left(a, b, c) fill_space((a), (b), (c), FALSE) 76 fill_space(char *buffer, int len, int buffer_limit, int is_right) in fill_space() function
|