Searched refs:screenwidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/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)
377 screenwidth = 80;
H A Dcmd1.c190 subjlen = screenwidth - 50 - strlen(wcount);
/freebsd-current/contrib/libedit/
H A Dfilecomplete.c547 int screenwidth = el->el_terminal.t_size.h; local
559 cols = (size_t)screenwidth / (width + 2);
/freebsd-current/usr.bin/kdump/
H A Dkdump.c1649 hexdump(char *p, int len, int screenwidth) argument
1663 } while (i < screenwidth);
1695 visdump(char *dp, int datalen, int screenwidth) argument
1726 if (col + width > (screenwidth-2)) {
1745 static int screenwidth = 0; local
1753 if (screenwidth == 0) {
1758 screenwidth = ws.ws_col;
1760 screenwidth = 80;
1773 hexdump(dp, datalen, screenwidth);
1775 visdump(dp, datalen, screenwidth);
[all...]
/freebsd-current/contrib/less/
H A Dscreen.c821 sys_width = w.screenwidth;

Completed in 153 milliseconds