db_tab_stop_width 76 ddb/db_output.c int db_tab_stop_width = 8; /* how wide are tab stops? */
db_tab_stop_width 78 ddb/db_output.c ((((i) + db_tab_stop_width) / db_tab_stop_width) * db_tab_stop_width)
db_tab_stop_width 55 ddb/db_usrreq.c return sysctl_int(oldp, oldlenp, newp, newlen, &db_tab_stop_width);
db_tab_stop_width 61 ddb/db_var.h extern int db_tab_stop_width;
db_tab_stop_width 48 ddb/db_variables.c { "tabstops", (long *)&db_tab_stop_width, db_var_rw_int },