Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
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 in db_check_wrap()
116 && db_output_position >= db_max_width) { in db_check_wrap()
212 if (db_output_position >= db_max_width) in db_end_line()
H A Ddb_output.h53 extern int 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; in db_cmd_list()
/netbsd-src/usr.sbin/crash/
H A Dcrash.c493 db_max_width = ws.ws_col; in main()