Searched refs:h_old (Results 1 – 1 of 1) sorted by relevance
2215 int h_old = output_position; in print_white_space() local2216 int goal = h_old + spaces_not_printed; in print_white_space()2218 while (goal - h_old > 1 in print_white_space()2219 && (h_new = POS_AFTER_TAB (chars_per_output_tab, h_old)) <= goal) in print_white_space()2222 h_old = h_new; in print_white_space()2224 while (++h_old <= goal) in print_white_space()