if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
for (u = unit_infos; unit_infos && u < unit_infos + c; u++) {
_cleanup_free_ char *j = NULL;
const char *on_underline = "", *on_loaded = "", *on_active = "";
if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
if (cs) {
for (s = socket_infos; s < socket_infos + cs; s++) {
_cleanup_free_ char *j = NULL, *activates = NULL;
if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
if (n > 0) {
for (t = timer_infos; t < timer_infos + n; t++) {
_cleanup_free_ char *j = NULL, *activates = NULL;
if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
for (const UnitFileList *u = units; u < units + c; u++) {
const char *on_underline = NULL, *on_unit_color = NULL, *id;
bool underline;
if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
for (m = machine_infos; m < machine_infos + n; m++) {
_cleanup_free_ char *mname = NULL;
const char *on_state = "", *on_failed = "";
if (arg_full)
table_set_width(table, 0);
+ (void) table_set_empty_string(table, "-");
+
for (j = jobs; j < jobs + n; j++) {
if (streq(j->state, "running"))
on = ansi_highlight();