Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/top/
H A Dscreen.c38 int screen_width; variable
69 screen_width = 0; in init_termcap()
75 screen_width = NON_INTERACTIVE_MODE_VIRTUAL_SCREEN_WIDTH; in init_termcap()
126 if ((screen_width = tgetnum("co")) == -1) in init_termcap()
128 screen_width = 79; in init_termcap()
132 screen_width -= 1; in init_termcap()
264 screen_width = ws.ws_col - 1; in get_screensize()
H A Ddisplay.c62 #define lineindex(l) ((l)*screen_width)
316 Move_to(screen_width - 8, 0); in i_timeofday()
761 width = screen_width; in trim_header()
833 if (screen_width < len) in i_process()
835 thisline[screen_width] = '\0'; in i_process()
846 if (p - base < screen_width) in i_process()
864 if (screen_width < len) in u_process()
866 newline[screen_width] = '\0'; in u_process()
892 if (optr - bufferline < screen_width) in u_process()
1275 diff = screen_width - newcol; in line_update()
[all …]
H A Dmachine.c944 cmdbuf = calloc(screen_width + 1, 1); in format_next_process()
946 warn("calloc(%d)", screen_width + 1); in format_next_process()
953 snprintf(cmdbuf, screen_width, "%s{%s%s}", pp->ki_comm, in format_next_process()
956 snprintf(cmdbuf, screen_width, "%s", pp->ki_comm); in format_next_process()
964 snprintf(cmdbuf, screen_width, in format_next_process()
968 snprintf(cmdbuf, screen_width, in format_next_process()
978 argbuflen = screen_width * 4; in format_next_process()
1010 snprintf(cmdbuf, screen_width, in format_next_process()
1015 snprintf(cmdbuf, screen_width, in format_next_process()
1020 snprintf(cmdbuf, screen_width, in format_next_process()
[all …]
H A Dscreen.h26 extern int screen_width;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h100 uint32_t screen_width);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp397 uint32_t screen_width) { in GenerateOptionUsage() argument
599 OutputFormattedUsageText(strm, opt_defs[i], screen_width); in GenerateOptionUsage()