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

/freebsd-current/sys/ddb/
H A Ddb_output.c95 int last_print, next_tab; local
99 next_tab = NEXT_TAB(last_print);
100 if (next_tab <= db_output_position) {
101 while (last_print < next_tab) { /* DON'T send a tab!!! */

Completed in 142 milliseconds