Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand-common.c32 static uintmax_t tab_size = 0; variable
264 tab_size = max_column_width = extend_size in finalize_tab_stops()
268 tab_size = tab_list[0]; in finalize_tab_stops()
270 tab_size = 0; in finalize_tab_stops()
281 if (tab_size) in get_next_tab_column()
282 return column + (tab_size - column % tab_size); in get_next_tab_column()