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

/systemd/src/systemctl/
H A Dsystemctl.c1862 const char *on_state = "", *off_state = ""; local
1867 on_state = ansi_highlight_red();
1871 on_state = ansi_highlight_yellow();
1883 printf("%s%s%s ", on_state, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_state);
1888 on_state, statelen, strna(m->state), off_state,
1894 on_state, statelen, strna(m->state), off_state,

Completed in 1794 milliseconds