Home
last modified time | relevance | path

Searched refs:screenwidth (Results 1 – 7 of 7) sorted by last modified time

/freebsd/usr.bin/kdump/
H A Dkdump.c1649 hexdump(char *p, int len, int screenwidth) in hexdump() argument
1663 } while (i < screenwidth); in hexdump()
1695 visdump(char *dp, int datalen, int screenwidth) in visdump() argument
1726 if (col + width > (screenwidth-2)) { in visdump()
1745 static int screenwidth = 0; in ktrgenio() local
1753 if (screenwidth == 0) { in ktrgenio()
1758 screenwidth = ws.ws_col; in ktrgenio()
1760 screenwidth = 80; in ktrgenio()
1773 hexdump(dp, datalen, screenwidth); in ktrgenio()
1775 visdump(dp, datalen, screenwidth); in ktrgenio()
/freebsd/usr.bin/mail/
H A Dglob.h74 extern int screenwidth; /* Screen width, or best guess */
H A Dmain.c78 int screenwidth; variable
376 if ((screenwidth = ws.ws_col) == 0) in setscreensize()
377 screenwidth = 80; in setscreensize()
H A Dcmd1.c190 subjlen = screenwidth - 50 - strlen(wcount); in printhead()
/freebsd/contrib/less/
H A Dscreen.c821 sys_width = w.screenwidth; in scrsize()
/freebsd/contrib/libedit/
H A Dfilecomplete.c547 int screenwidth = el->el_terminal.t_size.h; in fn_display_match_list() local
559 cols = (size_t)screenwidth / (width + 2); in fn_display_match_list()
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src20315 # supplied with the standard apple except that screenwidth should be set