Home
last modified time | relevance | path

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

/src/sys/ddb/
H A Ddb_output.c94 int last_print, next_tab; in db_force_whitespace() local
98 next_tab = NEXT_TAB(last_print); in db_force_whitespace()
99 if (next_tab <= db_output_position) { in db_force_whitespace()
100 while (last_print < next_tab) { /* DON'T send a tab!!! */ in db_force_whitespace()