Home
last modified time | relevance | path

Searched refs:chars_per_line (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcli-out.c300 int chars_per_line = get_chars_per_line (); in do_progress_notify() local
304 if (chars_per_line > MAX_CHARS_PER_LINE) in do_progress_notify()
305 chars_per_line = MAX_CHARS_PER_LINE; in do_progress_notify()
311 && chars_per_line >= MIN_CHARS_PER_LINE) in do_progress_notify()
324 || chars_per_line < MIN_CHARS_PER_LINE) in do_progress_notify()
332 int width = chars_per_line - progress.size () - 4; in do_progress_notify()
357 int width = chars_per_line - 4; in do_progress_notify()
387 int chars_per_line = get_chars_per_line (); in clear_progress_notify() local
394 || chars_per_line < MIN_CHARS_PER_LINE) in clear_progress_notify()
397 if (chars_per_line > MAX_CHARS_PER_LINE) in clear_progress_notify()
[all …]
Dutils.c1066 static unsigned int chars_per_line; variable
1108 chars_per_line = UINT_MAX; in init_page_info()
1112 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page)) in init_page_info()
1121 chars_per_line = cols; in init_page_info()
1149 chars_per_line = cols + readline_hidden_cols; in init_page_info()
1187 m_save_chars_per_line (chars_per_line), in set_batch_flag_and_restore_page_info()
1197 chars_per_line = m_save_chars_per_line; in ~set_batch_flag_and_restore_page_info()
1219 int cols = chars_per_line; in set_screen_size()
1241 chars_per_line = UINT_MAX; in set_screen_size()
1253 if (chars_per_line == 0) in set_width()
[all …]
DChangeLog-19912286 chars_per_line is at maximum (user typed `set width 0'). Fix
4967 width by making chars_per_line unsigned.
DChangeLog-3.x2793 and chars_per_line here.
DChangeLog-19991777 * utils.c (chars_per_line): fix typo in comment.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c1956 int chars_per_line = 45; /* First iteration will use 40. */ in index_file() local
1986 chars_per_line -= line_map_decrease; in index_file()
1987 if (chars_per_line <= 1) in index_file()
1988 chars_per_line = 1; in index_file()
1989 line_map_size = size / chars_per_line + 1; in index_file()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git47989 clear_current_line overwrites the current line with chars_per_line
49803 reports the screen width in init_page_info, and updating chars_per_line