Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/top/
H A Dscreen.c55 int screen_length, screen_width; variable
68 screen_width = MAX_COLS; in init_termcap()
114 if ((screen_width = tgetnum("co")) == -1) in init_termcap()
115 screen_width = 79; in init_termcap()
117 screen_width -= 1; in init_termcap()
206 screen_width = ws.ws_col - 1; in get_screensize()
H A Ddisplay.c150 display_width = screen_width; in display_resize()
273 move(0, screen_width - 8 - strlen(buf) - 1); in i_timeofday()
315 move(1, screen_width - strlen(uptime)); in i_procstates()
345 if (old_width == screen_width) { in cpustates_tag()
357 if (cpustate_total_length + 10 + cpulen >= screen_width) in cpustates_tag()
364 old_width = screen_width; in cpustates_tag()
H A Dscreen.h47 extern int screen_width;
H A Dtop.c528 resizeterm(screen_length, screen_width + 1); in main()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h90 uint32_t screen_width);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp396 uint32_t screen_width) { in GenerateOptionUsage() argument
538 OutputFormattedUsageText(strm, opt_def, screen_width); in GenerateOptionUsage()