Home
last modified time | relevance | path

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

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dutils.c863 static unsigned int chars_per_line; variable
895 wrap_buffer = (char *) xmalloc (chars_per_line + 2);
969 if (chars_per_line == UINT_MAX) /* No line overflow checking */
973 else if (chars_printed >= chars_per_line)
1008 || (lines_per_page == UINT_MAX && chars_per_line == UINT_MAX))
1050 if (chars_printed >= chars_per_line)
1461 chars_per_line = win.ws_col; in sigwinch()
1503 chars_per_line = v; in termdim()
1513 (char *)&chars_per_line, in _initialize_utils()
1529 chars_per_line = ScreenCols(); in _initialize_utils()
[all …]