Searched refs:screenwidth (Results 1 – 7 of 7) sorted by relevance
92 int screenwidth; variable390 if ((screenwidth = ws.ws_col) == 0) in setscreensize()391 screenwidth = 80; in setscreensize()
78 extern int screenwidth; /* Screen width, or best guess */
198 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
1593 hexdump(char *p, int len, int screenwidth) in hexdump() argument1607 } while (i < screenwidth); in hexdump()1639 visdump(char *dp, int datalen, int screenwidth) in visdump() argument1670 if (col + width > (screenwidth-2)) { in visdump()1689 static int screenwidth = 0; in ktrgenio() local1697 if (screenwidth == 0) { in ktrgenio()1702 screenwidth = ws.ws_col; in ktrgenio()1704 screenwidth = 80; in ktrgenio()1717 hexdump(dp, datalen, screenwidth); in ktrgenio()1719 visdump(dp, datalen, screenwidth); in ktrgenio()
544 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local556 cols = (size_t)screenwidth / (width + 2); in fn_display_match_list()
776 sys_width = w.screenwidth; in scrsize()
19967 # supplied with the standard apple except that screenwidth should be set