Searched refs:last_print (Results 1 – 1 of 1) sorted by relevance
97 int last_print, next_tab; in db_force_whitespace() local99 last_print = db_last_non_space; in db_force_whitespace()100 while (last_print < db_output_position) { in db_force_whitespace()101 next_tab = NEXT_TAB(last_print); in db_force_whitespace()103 while (last_print < next_tab) { /* DON'T send a tab!!! */ in db_force_whitespace()106 last_print++; in db_force_whitespace()112 last_print++; in db_force_whitespace()