Searched defs:active_off (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c3413 const char *active_on, *active_off, *on, *off, *ss; local
3427 active_off = ansi_normal();
3430 active_off = ansi_normal();
3432 active_on = active_off = "";
3434 printf("%s%s%s %s", active_on, draw_special_char(DRAW_BLACK_CIRCLE), active_off, strna(i->id));
3501 active_on, strna(i->active_state), ss, active_off);
3504 active_on, strna(i->active_state), active_off);

Completed in 36 milliseconds