Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand-common.h39 get_next_tab_column (const uintmax_t column, size_t *tab_index,
Dexpand.c136 next_tab_column = get_next_tab_column (column, &tab_index, in expand()
Dunexpand.c169 next_tab_column = get_next_tab_column (column, &tab_index, in unexpand()
Dexpand-common.c275 get_next_tab_column (const uintmax_t column, size_t *tab_index, in get_next_tab_column() function