Lines Matching defs:screenwidth
1677 hexdump(char *p, int len, int screenwidth)
1691 } while (i < screenwidth);
1723 visdump(char *dp, int datalen, int screenwidth)
1754 if (col + width > (screenwidth-2)) {
1773 static int screenwidth = 0;
1781 if (screenwidth == 0) {
1786 screenwidth = ws.ws_col;
1788 screenwidth = 80;
1801 hexdump(dp, datalen, screenwidth);
1803 visdump(dp, datalen, screenwidth);