Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_output.c97 int last_print, next_tab; in db_force_whitespace() local
101 next_tab = NEXT_TAB(last_print); in db_force_whitespace()
102 if (next_tab <= db_output_position) { in db_force_whitespace()
103 while (last_print < next_tab) { /* DON'T send a tab!!! */ in db_force_whitespace()