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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_output.c104 int db_tab_stop_width = 8; /* how wide are tab stops? */ variable
106 ((((i) + db_tab_stop_width) / db_tab_stop_width) * db_tab_stop_width)
H A Ddb_variables.c76 extern db_expr_t db_tab_stop_width;
109 .valuep = &db_tab_stop_width,

Completed in 30 milliseconds