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

/systemd/src/basic/
H A Dterminal-util.h82 bool colors_enabled(void);
85 return colors_enabled() ? ANSI_UNDERLINE : "";
89 return colors_enabled() ? ANSI_HIGHLIGHT : "";
93 return colors_enabled() ? ANSI_HIGHLIGHT_UNDERLINE : "";
97 return colors_enabled() ? ANSI_HIGHLIGHT_RED : "";
101 return colors_enabled() ? ANSI_HIGHLIGHT_GREEN : "";
105 return colors_enabled() ? ANSI_HIGHLIGHT_YELLOW : "";
109 return colors_enabled() ? ANSI_HIGHLIGHT_BLUE : "";
113 return colors_enabled() ? ANSI_NORMAL : "";
H A Dterminal-util.c1137 bool colors_enabled(void) { function
/systemd/src/login/
H A Dloginctl.c89 colors_enabled() * OUTPUT_COLOR;
/systemd/src/journal/
H A Djournalctl.c2453 colors_enabled() * OUTPUT_COLOR |
/systemd/src/machine/
H A Dmachinectl.c109 colors_enabled() * OUTPUT_COLOR |
/systemd/src/systemctl/
H A Dsystemctl.c248 colors_enabled() * OUTPUT_COLOR |

Completed in 4175 milliseconds