Home | History | Annotate | Download | only in tail

Lines Matching defs:wrap

57  * storing the data in a wrap-around buffer which is then displayed.  If the
70 int wrap;
76 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
79 wrap = 1;
94 if (wrap) {
113 if (wrap && (len = ep - p))
143 int blen, cnt, recno, wrap;
153 blen = cnt = recno = wrap = 0;
176 wrap = 1;
190 wrap = 1;
198 if (wrap)
202 if (wrap)