Searched refs:screenwidth (Results 1 – 7 of 7) sorted by relevance
78 int screenwidth; variable376 if ((screenwidth = ws.ws_col) == 0) in setscreensize()377 screenwidth = 80; in setscreensize()
74 extern int screenwidth; /* Screen width, or best guess */
190 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
1665 hexdump(char *p, int len, int screenwidth) in hexdump() argument1679 } while (i < screenwidth); in hexdump()1711 visdump(char *dp, int datalen, int screenwidth) in visdump() argument1742 if (col + width > (screenwidth-2)) { in visdump()1761 static int screenwidth = 0; in ktrgenio() local1769 if (screenwidth == 0) { in ktrgenio()1774 screenwidth = ws.ws_col; in ktrgenio()1776 screenwidth = 80; in ktrgenio()1789 hexdump(dp, datalen, screenwidth); in ktrgenio()1791 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()
866 sys_width = w.screenwidth; in scrsize()
21129 # supplied with the standard apple except that screenwidth should be set