Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand-common.c77 uintmax_t column_width = prev_column <= tabval ? tabval - prev_column : 0; in add_tab_stop() local
83 if (max_column_width < column_width) in add_tab_stop()
85 if (SIZE_MAX < column_width) in add_tab_stop()
87 max_column_width = column_width; in add_tab_stop()