Searched refs:screen_width (Results 1 – 7 of 7) sorted by relevance
56 int screen_width; variable111 screen_width = MAX_COLS;168 if ((screen_width = tgetnum("co")) == -1)170 screen_width = 79;174 screen_width -= 1;405 screen_width = ws.ws_col - 1; in get_screensize()422 screen_width = ts.ts_cols - 1; in get_screensize()
28 extern int screen_width;
140 display_width = screen_width; in display_resize()332 Move_to(screen_width - 8, 0);455 if (cpustate_total_length + (int)strlen(long_tag) - 2 >= screen_width) in cpustates_tag()1391 Move_to((screen_width - 24) - (days > 9 ? 1 : 0), 0);
237 Fixed bug with batch mode (screen_width wasn't getting set).
1007 screen_width > cmdlengthdelta ? in format_next_process()1008 screen_width - cmdlengthdelta : 0, in format_next_process()1044 screen_width > cmdlengthdelta ? screen_width - cmdlengthdelta : 0, in format_next_process()
199 uint32_t screen_width = 80; in ShowUsage() local316 OutputFormattedUsageText (out, indent_level, option_table[i].usage_text, screen_width); in ShowUsage()
473 const uint32_t screen_width = m_interpreter.GetDebugger().GetTerminalWidth(); in GenerateOptionUsage() local687 screen_width); in GenerateOptionUsage()