Home
last modified time | relevance | path

Searched refs:table_set_color (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dformat-table.h92 int table_set_color(Table *t, TableCell *cell, const char *color);
Dformat-table.c688 int table_set_color(Table *t, TableCell *cell, const char *color) { in table_set_color() function
1020 r = table_set_color(t, last_cell, c); in table_add_many_internal()
1033 r = table_set_color(t, last_cell, c); in table_add_many_internal()
/systemd-251/src/home/
Dhomectl.c168 (void) table_set_color(table, cell, color); in list_homes()