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

/freebsd-13-stable/sys/ddb/
H A Ddb_variables.c48 { "maxwidth", &db_max_width, FCN_NULL },
H A Ddb_output.c77 db_expr_t db_max_width = 79; /* output line width */ variable
392 if (db_output_position + field_width > db_max_width)
H A Dddb.h187 extern db_expr_t db_max_width;

Completed in 102 milliseconds