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

/netbsd-current/sys/ddb/
H A Ddb_output.h53 extern int db_max_width;
H A Ddb_output.c76 int db_max_width = DB_MAX_WIDTH; /* output line width */ variable
115 if (db_max_width >= DB_MIN_MAX_WIDTH
116 && db_output_position >= db_max_width) {
212 if (db_output_position >= db_max_width)
H A Ddb_variables.c99 .valuep = &db_max_width,
185 NULL, 0, &db_max_width, 0,
H A Ddb_command.c777 columns = db_max_width / width;
/netbsd-current/usr.sbin/crash/
H A Dcrash.c493 db_max_width = ws.ws_col;

Completed in 201 milliseconds