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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c1626 static unsigned int chars_per_line;
1639 /* Malloc'd buffer with chars_per_line+2 bytes. Contains characters which
1663 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page))
1672 chars_per_line = cols;
1680 chars_per_line = cols;
1712 int cols = chars_per_line;
1730 if (chars_per_line == 0)
1735 wrap_buffer = (char *) xmalloc (chars_per_line + 2);
1739 wrap_buffer = (char *) xrealloc (wrap_buffer, chars_per_line + 2);
1856 if (chars_per_line
1617 static unsigned int chars_per_line; variable
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dpr.c542 static int chars_per_line = 72;
584 Rightmost position is chars_per_margin + chars_per_line - 1.
1061 chars_per_line = tmp_long;
1074 chars_per_line = tmp_long;
1303 chars_per_column = (chars_per_line - chars_used_by_number -
1694 header_width_available = (chars_per_line
540 static int chars_per_line = 72; variable

Completed in 113 milliseconds