Searched refs:colors (Results 1 - 1 of 1) sorted by relevance

/scfdot/
H A Dscfdot.c96 * To make disabled services appear faded, I took the above colors and halved
109 const char *colors[2][2]; member in struct:coloring
323 return (cp->colors[enabled ? 0 : 1]);
333 const char *dependencies, const char * const *colors)
335 const char *fg = colors[0];
336 const char *bg = colors[1];
332 print_service_node(const char *fmri, const char *label, const char *dependencies, const char * const *colors) argument

Completed in 8 milliseconds