Lines Matching defs:cell
115 static size_t TABLE_CELL_TO_INDEX(TableCell *cell) { in TABLE_CELL_TO_INDEX()
198 TableCell *cell; in table_new_internal() local
516 int table_dup_cell(Table *t, TableCell *cell) { in table_dup_cell()
534 static int table_dedup_cell(Table *t, TableCell *cell) { in table_dedup_cell()
584 static TableData *table_get_data(Table *t, TableCell *cell) { in table_get_data()
602 int table_set_minimum_width(Table *t, TableCell *cell, size_t minimum_width) { in table_set_minimum_width()
619 int table_set_maximum_width(Table *t, TableCell *cell, size_t maximum_width) { in table_set_maximum_width()
633 int table_set_weight(Table *t, TableCell *cell, unsigned weight) { in table_set_weight()
650 int table_set_align_percent(Table *t, TableCell *cell, unsigned percent) { in table_set_align_percent()
669 int table_set_ellipsize_percent(Table *t, TableCell *cell, unsigned percent) { in table_set_ellipsize_percent()
688 int table_set_color(Table *t, TableCell *cell, const char *color) { in table_set_color()
702 int table_set_rgap_color(Table *t, TableCell *cell, const char *color) { in table_set_rgap_color()
716 int table_set_url(Table *t, TableCell *cell, const char *url) { in table_set_url()
736 int table_set_uppercase(Table *t, TableCell *cell, bool b) { in table_set_uppercase()
757 int table_update(Table *t, TableCell *cell, TableDataType type, const void *data) { in table_update()
2451 const void *table_get(Table *t, TableCell *cell) { in table_get()
2464 TableCell *cell; in table_get_at() local