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

/systemd/src/systemctl/
H A Dsystemctl.c424 const char *on_circle = "", *off_circle = ""; local
452 on_circle = ansi_highlight_yellow();
456 on_circle = on_active = ansi_highlight_red();
479 printf("%s%s%s ", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);

Completed in 2067 milliseconds