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

/systemd/src/systemctl/
H A Dsystemctl.c424 const char *on_circle = "", *off_circle = ""; local
453 off_loaded = off_circle = ansi_normal();
457 off_circle = off_active = ansi_normal();
479 printf("%s%s%s ", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);

Completed in 542 milliseconds