Searched refs:screenwidth (Results 1 – 9 of 9) sorted by relevance
343 if ((screenwidth = ws.ws_col) == 0) in setscreensize()344 screenwidth = 80; in setscreensize()
80 EXTERN int screenwidth; /* Screen width, or best guess */ variable
190 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
414 int screenwidth = TUI_CMD_WIN->generic.width; in tui_rl_display_match_list() local434 limit = screenwidth / max; in tui_rl_display_match_list()435 if (limit != 1 && (limit * max == screenwidth)) in tui_rl_display_match_list()
658 int screenheight, screenwidth; in tui_resize_all() local660 rl_get_screen_size (&screenheight, &screenwidth); in tui_resize_all()661 width_diff = screenwidth - tui_term_width (); in tui_resize_all()674 resize_term (screenheight, screenwidth); in tui_resize_all()681 tui_set_term_width_to (screenwidth); in tui_resize_all()
843 static int screenwidth = 0; in ktrgenio() local845 if (screenwidth == 0) { in ktrgenio()850 screenwidth = ws.ws_col; in ktrgenio()852 screenwidth = 80; in ktrgenio()883 if (col + width > (screenwidth-2)) { in ktrgenio()
542 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local554 cols = (size_t)screenwidth / (width + 2); in fn_display_match_list()
811 sys_width = w.screenwidth; in scrsize()
19968 # supplied with the standard apple except that screenwidth should be set