Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand.c118 size_t tab_index = 0; in expand() local
136 next_tab_column = get_next_tab_column (column, &tab_index, in expand()
156 tab_index -= !!tab_index; in expand()
Dunexpand.c140 size_t tab_index = 0; in unexpand() local
169 next_tab_column = get_next_tab_column (column, &tab_index, in unexpand()
217 tab_index -= !!tab_index; in unexpand()
Dexpand-common.c275 get_next_tab_column (const uintmax_t column, size_t *tab_index, in get_next_tab_column() argument
286 for ( ; *tab_index < first_free_tab ; (*tab_index)++ ) in get_next_tab_column()
288 uintmax_t tab = tab_list[*tab_index]; in get_next_tab_column()
Dexpand-common.h39 get_next_tab_column (const uintmax_t column, size_t *tab_index,