Home
last modified time | relevance | path

Searched refs:max_column_width (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dexpand-common.c41 size_t max_column_width; variable
83 if (max_column_width < column_width) in add_tab_stop()
87 max_column_width = column_width; in add_tab_stop()
264 tab_size = max_column_width = extend_size in finalize_tab_stops()
Dexpand-common.h23 extern size_t max_column_width;
Dunexpand.c119 pending_blank = xmalloc (max_column_width); in unexpand()