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

/freebsd-13-stable/sys/ddb/
H A Ddb_output.c75 db_expr_t db_tab_stop_width = 8; /* how wide are tab stops? */ variable
76 #define NEXT_TAB(i) rounddown((i) + db_tab_stop_width, db_tab_stop_width)
H A Ddb_variables.c49 { "tabstops", &db_tab_stop_width, FCN_NULL },
H A Dddb.h188 extern db_expr_t db_tab_stop_width;

Completed in 82 milliseconds