Lines Matching refs:wrap
51 * storing the data in a wrap-around buffer which is then displayed. If the
62 int wrap;
68 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF; ) {
71 wrap = 1;
87 if (wrap) {
106 if (wrap && (len = ep - p))
137 int blen, cnt, recno, wrap;
143 blen = cnt = recno = wrap = 0;
164 wrap = 1;
179 wrap = 1;
187 if (wrap)
191 if (wrap)