Home
last modified time | relevance | path

Searched refs:tb_columns (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/linrename/util-linux-2.25.2/libsmartcols/src/
H A Dtable.c38 list_entry_is_last(&(_cl)->cl_columns, &(_tb)->tb_columns)
58 INIT_LIST_HEAD(&tb->tb_columns); in scols_new_table()
117 list_add_tail(&cl->cl_columns, &tb->tb_columns); in scols_table_add_column()
174 while (!list_empty(&tb->tb_columns)) { in scols_table_remove_columns()
175 struct libscols_column *cl = list_entry(tb->tb_columns.next, in scols_table_remove_columns()
276 SCOLS_ITER_INIT(itr, &tb->tb_columns); in scols_table_next_column()
H A DsmartcolsP.h142 struct list_head tb_columns; member
H A Dtable_print.c155 list_entry_is_last(&(_cl)->cl_columns, &(_tb)->tb_columns)
664 tb->tb_columns.prev, struct libscols_column, cl_columns); in recount_widths()
/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dtable.c46 list_entry_is_last(&(_cl)->cl_columns, &(_tb)->tb_columns)
85 INIT_LIST_HEAD(&tb->tb_columns); in scols_new_table()
235 list_add_tail(&cl->cl_columns, &tb->tb_columns); in scols_table_add_column()
296 while (!list_empty(&tb->tb_columns)) { in scols_table_remove_columns()
297 struct libscols_column *cl = list_entry(tb->tb_columns.next, in scols_table_remove_columns()
340 head = pre ? &pre->cl_columns : &tb->tb_columns; in scols_table_move_column()
468 SCOLS_ITER_INIT(itr, &tb->tb_columns); in scols_table_next_column()
500 SCOLS_ITER_INIT(itr, &tb->tb_columns); in scols_table_set_columns_iter()
H A DsmartcolsP.h214 struct list_head tb_columns; member
410 if (list_entry_is_last(&cl->cl_columns, &cl->table->tb_columns)) in is_last_column()
H A Dprint-api.c113 if (list_empty(&tb->tb_columns)) { in do_print_table()
H A Dcalculate.c324 tb->tb_columns.prev, struct libscols_column, cl_columns); in __scols_calculate()
/dports/editors/xvile/vile-9.8v/
H A Dword.c486 clength += tb_columns(str)
670 newlen = (int) (clength + 1 + tb_columns(*wp)); in do_formatting()
H A Dproto.h149 #define tb_columns(s) tb_wcs_width(s) macro
169 #define tb_columns(s) (int) tb_length(s) macro
H A Ddisplay.c3689 have_cols = tb_columns(*result); in special_formatter()
3705 if ((tb_columns(*result) + col) > term.cols) { in special_formatter()
3710 have_cols = tb_columns(*result); in special_formatter()
3721 have_cols = tb_columns(*result); in special_formatter()
/dports/editors/vile/vile-9.8v/
H A Dword.c486 clength += tb_columns(str)
670 newlen = (int) (clength + 1 + tb_columns(*wp)); in do_formatting()
H A Dproto.h149 #define tb_columns(s) tb_wcs_width(s) macro
169 #define tb_columns(s) (int) tb_length(s) macro
H A Ddisplay.c3689 have_cols = tb_columns(*result); in special_formatter()
3705 if ((tb_columns(*result) + col) > term.cols) { in special_formatter()
3710 have_cols = tb_columns(*result); in special_formatter()
3721 have_cols = tb_columns(*result); in special_formatter()