Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ddb/
HDdb_output.c73 db_expr_t db_tab_stop_width = 8; /* how wide are tab stops? */ variable
74 #define NEXT_TAB(i) rounddown((i) + db_tab_stop_width, db_tab_stop_width)
HDdb_variables.c47 { "tabstops", &db_tab_stop_width, FCN_NULL },
HDddb.h186 extern db_expr_t db_tab_stop_width;