Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_output.c72 db_expr_t db_tab_stop_width = 8; /* how wide are tab stops? */ variable
73 #define NEXT_TAB(i) rounddown((i) + db_tab_stop_width, db_tab_stop_width)
H A Ddb_variables.c46 { "tabstops", &db_tab_stop_width, FCN_NULL },
H A Dddb.h226 extern db_expr_t db_tab_stop_width;