Searched refs:tab_index (Results 1 – 4 of 4) sorted by relevance
118 size_t tab_index = 0; in expand() local136 next_tab_column = get_next_tab_column (column, &tab_index, in expand()156 tab_index -= !!tab_index; in expand()
140 size_t tab_index = 0; in unexpand() local169 next_tab_column = get_next_tab_column (column, &tab_index, in unexpand()217 tab_index -= !!tab_index; in unexpand()
275 get_next_tab_column (const uintmax_t column, size_t *tab_index, in get_next_tab_column() argument286 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()
39 get_next_tab_column (const uintmax_t column, size_t *tab_index,