Searched refs:screen_width (Results 1 – 7 of 7) sorted by relevance
117 int screen_width; variable183 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()
51 extern int screen_width;
680 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()
326 if (screen_width <= 79) in format_header()329 cmdlength = screen_width; in format_header()
281 const int screen_width = getenv ("HELP2MAN") ? INT_MAX : 80; \299 && screen_width < col + 2 + strlen (g->args[j].arg)) \
110 #define DLG_COLS (COLS ? COLS : dialog_state.screen_width)352 int screen_width; member
1445 &dialog_state.screen_width); in PrintTextOnly()