Searched refs:screen_width (Results 1 – 6 of 6) sorted by relevance
55 int screen_length, screen_width; variable68 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()
150 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()
47 extern int screen_width;
528 resizeterm(screen_length, screen_width + 1); in main()
90 uint32_t screen_width);
396 uint32_t screen_width) { in GenerateOptionUsage() argument538 OutputFormattedUsageText(strm, opt_def, screen_width); in GenerateOptionUsage()