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

/freebsd-10.1-release/contrib/gdb/gdb/config/rs6000/
H A Dxm-rs6000.h72 /* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */
92 chars_per_line = val; \
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dutils.c1694 static unsigned int chars_per_line;
1707 /* Malloc'd buffer with chars_per_line+2 bytes. Contains characters which
1731 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page))
1740 chars_per_line = cols;
1748 chars_per_line = cols;
1780 int cols = chars_per_line;
1798 if (chars_per_line == 0)
1803 wrap_buffer = (char *) xmalloc (chars_per_line + 2);
1807 wrap_buffer = (char *) xrealloc (wrap_buffer, chars_per_line + 2);
1929 if (chars_per_line
1685 static unsigned int chars_per_line; variable
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c1000 int chars_per_line = 45; /* First iteration will use 40. */
1030 chars_per_line -= line_map_decrease;
1031 if (chars_per_line <= 1)
1032 chars_per_line = 1;
1033 line_map_size = size / chars_per_line + 1;
996 int chars_per_line = 45; /* First iteration will use 40. */ local

Completed in 65 milliseconds