Home
last modified time | relevance | path

Searched refs:until_column (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dformat-table.h83 int table_fill_empty(Table *t, size_t until_column);
Dformat-table.c495 int table_fill_empty(Table *t, size_t until_column) { in table_fill_empty() argument
503 if (until_column >= t->n_columns) in table_fill_empty()
511 } while ((t->n_cells % t->n_columns) != until_column); in table_fill_empty()