Searched refs:screenwidth (Results 1 – 7 of 7) sorted by relevance
90 int screenwidth; variable388 if ((screenwidth = ws.ws_col) == 0) in setscreensize()389 screenwidth = 80; in setscreensize()
76 extern int screenwidth; /* Screen width, or best guess */
196 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
1662 hexdump(char *p, int len, int screenwidth) in hexdump() argument1676 } while (i < screenwidth); in hexdump()1708 visdump(char *dp, int datalen, int screenwidth) in visdump() argument1739 if (col + width > (screenwidth-2)) { in visdump()1758 static int screenwidth = 0; in ktrgenio() local1766 if (screenwidth == 0) { in ktrgenio()1771 screenwidth = ws.ws_col; in ktrgenio()1773 screenwidth = 80; in ktrgenio()1786 hexdump(dp, datalen, screenwidth); in ktrgenio()1788 visdump(dp, datalen, screenwidth); in ktrgenio()
547 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local559 cols = (size_t)screenwidth / (width + 2); in fn_display_match_list()
821 sys_width = w.screenwidth; in scrsize()
20709 # supplied with the standard apple except that screenwidth should be set