Lines Matching defs:maxlength
72 static int maxlength; /* longest record */
128 maxlength = TABROUND(maxlength);
131 else if (maxlength >= termwidth)
146 numcols = termwidth / maxlength;
147 endcol = maxlength;
154 endcol = maxlength;
161 endcol += maxlength;
173 numcols = termwidth / maxlength;
179 endcol = maxlength;
188 endcol += maxlength;
287 if (maxlength < len)
288 maxlength = len;