Lines Matching +full:5 +full:c
2 /* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com
29 "\033[48;5;255m",
30 "\033[48;5;252m",
31 "\033[48;5;250m",
32 "\033[48;5;248m",
33 "\033[48;5;246m",
34 "\033[48;5;244m",
35 "\033[48;5;242m",
36 "\033[48;5;240m",
37 "\033[48;5;238m",
38 "\033[48;5;236m",
39 "\033[48;5;234m",
40 "\033[48;5;232m",
97 int c = num_colors * cnt[key] / (max_cnt + 1); in print_hist() local
100 printf("%s", sym[c]); in print_hist()
102 printf("%s %s", color[c], nocolor); in print_hist()