Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dutils.c1631 static unsigned int chars_per_line; variable
1667 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page)) in init_page_info()
1676 chars_per_line = cols; in init_page_info()
1684 chars_per_line = cols; in init_page_info()
1716 int cols = chars_per_line; in set_screen_size()
1734 if (chars_per_line == 0) in set_width()
1739 wrap_buffer = (char *) xmalloc (chars_per_line + 2); in set_width()
1743 wrap_buffer = (char *) xrealloc (wrap_buffer, chars_per_line + 2); in set_width()
1860 if (chars_per_line == UINT_MAX) /* No line overflow checking */ in wrap_here()
1864 else if (chars_printed >= chars_per_line) in wrap_here()
[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-19991781 * utils.c (chars_per_line): fix typo in comment.