DRAW_BLACK_CIRCLE  402 src/network/networkctl.c         printf("%s%s%s %i: %s\n", on_color_operational, draw_special_char(DRAW_BLACK_CIRCLE), off_color_operational, ifindex, name);
DRAW_BLACK_CIRCLE 5611 src/shared/util.c                         [DRAW_BLACK_CIRCLE]       = "\342\227\217",             /* ● */
DRAW_BLACK_CIRCLE 5622 src/shared/util.c                         [DRAW_BLACK_CIRCLE]       = "*",
DRAW_BLACK_CIRCLE  458 src/systemctl/systemctl.c                         printf("%s%s%s ", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);
DRAW_BLACK_CIRCLE 1620 src/systemctl/systemctl.c                         printf("%s%s%s ", ansi_highlight_green(), draw_special_char(DRAW_BLACK_CIRCLE), ansi_highlight_off());
DRAW_BLACK_CIRCLE 1622 src/systemctl/systemctl.c                         printf("%s%s%s ", ansi_highlight_red(), draw_special_char(DRAW_BLACK_CIRCLE), ansi_highlight_off());
DRAW_BLACK_CIRCLE 1855 src/systemctl/systemctl.c                         printf("%s%s%s ", on_state, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_state);
DRAW_BLACK_CIRCLE 3336 src/systemctl/systemctl.c         printf("%s%s%s %s", active_on, draw_special_char(DRAW_BLACK_CIRCLE), active_off, strna(i->id));
DRAW_BLACK_CIRCLE 4407 src/systemctl/systemctl.c         printf("%s%s%s %s\n", on, draw_special_char(DRAW_BLACK_CIRCLE), off, arg_host ? arg_host : hn);