Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/top/
H A Dscreen.c117 int screen_width; variable
183 screen_width = ws.ws_col - 1; in screen_getsize()
200 screen_width = ts.ts_cols - 1; in screen_getsize()
221 screen_width = MAX_COLS; in screen_readtermcap()
278 if ((screen_width = tgetnum("co")) == -1) in screen_readtermcap()
280 screen_width = 79; in screen_readtermcap()
284 screen_width -= 1; in screen_readtermcap()
H A Dscreen.h51 extern int screen_width;
H A Ddisplay.c680 display_width = screen_width; in display_resize()
1026 x = (smart_terminal ? screen_width : 79) - 8; in i_timeofday()
1123 if (cpustate_total_length + (int)strlen(long_tag) - 2 >= screen_width) in cpustates_tag()
H A Dm_dragonfly.c326 if (screen_width <= 79) in format_header()
329 cmdlength = screen_width; in format_header()
/dflybsd-src/contrib/grep/lib/
H A Dargmatch.h281 const int screen_width = getenv ("HELP2MAN") ? INT_MAX : 80; \
299 && screen_width < col + 2 + strlen (g->args[j].arg)) \
/dflybsd-src/contrib/dialog/
H A Ddialog.h110 #define DLG_COLS (COLS ? COLS : dialog_state.screen_width)
352 int screen_width; member
H A Ddialog.c1445 &dialog_state.screen_width); in PrintTextOnly()