Lines Matching refs:ellipsize_percent
75 … unsigned ellipsize_percent; /* 0 … 100, where to place the ellipsis when compression is needed */ member
340 unsigned ellipsize_percent) { in table_data_matches() argument
360 if (d->ellipsize_percent != ellipsize_percent) in table_data_matches()
386 unsigned ellipsize_percent) { in table_data_new() argument
403 d->ellipsize_percent = ellipsize_percent; in table_data_new()
424 unsigned ellipsize_percent) { in table_add_cell_full() argument
453 if (ellipsize_percent == UINT_MAX) in table_add_cell_full()
454 ellipsize_percent = p ? p->ellipsize_percent : 100; in table_add_cell_full()
457 assert(ellipsize_percent <= 100); in table_add_cell_full()
462 …ata_matches(p, type, data, minimum_width, maximum_width, weight, align_percent, ellipsize_percent)) in table_add_cell_full()
465 …table_data_new(type, data, minimum_width, maximum_width, weight, align_percent, ellipsize_percent); in table_add_cell_full()
567 od->ellipsize_percent); in table_dedup_cell()
684 table_get_data(t, cell)->ellipsize_percent = percent; in table_set_ellipsize_percent()
784 od->ellipsize_percent); in table_update()
2286 … lines_truncated ? 100 : d->ellipsize_percent); in table_print()