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

/netbsd-current/sys/ddb/
H A Ddb_output.c89 int last_print, next_tab; local
93 next_tab = DB_NEXT_TAB(last_print);
94 if (next_tab <= db_output_position) {
95 while (last_print < next_tab) { /* DON'T send a tab!! */
/netbsd-current/usr.bin/indent/
H A Dpr_comment.c127 ind = next_tab(min_ind);
H A Dindent.h537 next_tab(int ind) function
H A Dio.c321 target_ind = next_tab(target_ind);
H A Dindent.c176 ind = next_tab(ind);
307 ind = next_tab(ind);
377 for (int next; (next = next_tab(ind)) <= target; ind = next)

Completed in 95 milliseconds