Searched refs:chars_per_line (Results 1 – 4 of 4) sorted by relevance
1631 static unsigned int chars_per_line; variable1667 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 …]
2286 chars_per_line is at maximum (user typed `set width 0'). Fix4967 width by making chars_per_line unsigned.
2793 and chars_per_line here.
1781 * utils.c (chars_per_line): fix typo in comment.