Home | Sort by: relevance | last modified time | path |
/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 |