Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/top/
Dscreen.c56 int screen_width; variable
111 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()
Dscreen.h28 extern int screen_width;
Ddisplay.c140 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);
DChanges237 Fixed bug with batch mode (screen_width wasn't getting set).
/freebsd-10-stable/usr.bin/top/
Dmachine.c1007 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()
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
DDriver.cpp199 uint32_t screen_width = 80; in ShowUsage() local
316 OutputFormattedUsageText (out, indent_level, option_table[i].usage_text, screen_width); in ShowUsage()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptions.cpp473 const uint32_t screen_width = m_interpreter.GetDebugger().GetTerminalWidth(); in GenerateOptionUsage() local
687 screen_width); in GenerateOptionUsage()