Searched refs:table_set_color (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | format-table.h | 92 int table_set_color(Table *t, TableCell *cell, const char *color);
|
D | format-table.c | 688 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/ |
D | homectl.c | 168 (void) table_set_color(table, cell, color); in list_homes()
|