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

/netbsd-current/sys/ddb/
H A Ddb_output.h56 extern int db_tab_stop_width;
59 ((((i) + db_tab_stop_width) / db_tab_stop_width) * db_tab_stop_width)
H A Ddb_output.c74 int db_tab_stop_width = 8; /* how wide are tab stops? */ variable
H A Ddb_variables.c135 .valuep = &db_tab_stop_width,
197 NULL, 0, &db_tab_stop_width, 0,

Completed in 140 milliseconds