Searched refs:prev_column (Results 1 – 1 of 1) sorted by relevance
76 uintmax_t prev_column = first_free_tab ? tab_list[first_free_tab - 1] : 0; in add_tab_stop() local77 uintmax_t column_width = prev_column <= tabval ? tabval - prev_column : 0; in add_tab_stop()