HomeSort by: relevance | last modified time | path
    Searched defs:chars_per_line (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
cli-out.c 301 int chars_per_line = get_chars_per_line (); local
305 if (chars_per_line > MAX_CHARS_PER_LINE)
306 chars_per_line = MAX_CHARS_PER_LINE;
312 && chars_per_line >= MIN_CHARS_PER_LINE)
325 || chars_per_line < MIN_CHARS_PER_LINE)
333 int width = chars_per_line - progress.size () - 4;
358 int width = chars_per_line - 4;
388 int chars_per_line = get_chars_per_line (); local
395 || chars_per_line < MIN_CHARS_PER_LINE)
398 if (chars_per_line > MAX_CHARS_PER_LINE
    [all...]
utils.c 1076 static unsigned int chars_per_line;
1119 chars_per_line = UINT_MAX;
1123 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page))
1132 chars_per_line = cols;
1160 chars_per_line = cols + readline_hidden_cols;
1198 m_save_chars_per_line (chars_per_line),
1208 chars_per_line = m_save_chars_per_line;
1224 /* Set the screen size based on LINES_PER_PAGE and CHARS_PER_LINE. */
1230 int cols = chars_per_line;
1252 chars_per_line = UINT_MAX
1071 static unsigned int chars_per_line; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
cli-out.c 300 int chars_per_line = get_chars_per_line (); local
304 if (chars_per_line > MAX_CHARS_PER_LINE)
305 chars_per_line = MAX_CHARS_PER_LINE;
311 && chars_per_line >= MIN_CHARS_PER_LINE)
324 || chars_per_line < MIN_CHARS_PER_LINE)
332 int width = chars_per_line - progress.size () - 4;
357 int width = chars_per_line - 4;
387 int chars_per_line = get_chars_per_line (); local
394 || chars_per_line < MIN_CHARS_PER_LINE)
397 if (chars_per_line > MAX_CHARS_PER_LINE
    [all...]
utils.c 1071 static unsigned int chars_per_line;
1114 chars_per_line = UINT_MAX;
1118 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page))
1127 chars_per_line = cols;
1155 chars_per_line = cols + readline_hidden_cols;
1193 m_save_chars_per_line (chars_per_line),
1203 chars_per_line = m_save_chars_per_line;
1219 /* Set the screen size based on LINES_PER_PAGE and CHARS_PER_LINE. */
1225 int cols = chars_per_line;
1247 chars_per_line = UINT_MAX
1066 static unsigned int chars_per_line; variable
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 2025 int chars_per_line = 45; /* First iteration will use 40. */
2055 chars_per_line -= line_map_decrease;
2056 if (chars_per_line <= 1)
2057 chars_per_line = 1;
2058 line_map_size = size / chars_per_line + 1;
2020 int chars_per_line = 45; \/* First iteration will use 40. *\/ local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 2034 int chars_per_line = 45; /* First iteration will use 40. */
2064 chars_per_line -= line_map_decrease;
2065 if (chars_per_line <= 1)
2066 chars_per_line = 1;
2067 line_map_size = size / chars_per_line + 1;
2029 int chars_per_line = 45; \/* First iteration will use 40. *\/ local

Completed in 29 milliseconds