HomeSort by: relevance | last modified time | path
    Searched defs:next_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ddb/
db_output.c 89 int last_print, next_tab; local in function:db_force_whitespace
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!! */
  /src/usr.bin/indent/
indent.h 547 next_tab(int ind) function in typeref:typename:int

Completed in 14 milliseconds