Home | History | Annotate | Download | only in dist

Lines Matching full:maxlen

2161       int len, maxlen = 0;
2167 if( len>maxlen ) maxlen = len;
2169 nPrintCol = 80/(maxlen+2);
2175 printf("%s%-*s", zSp, maxlen, azResult[j] ? azResult[j] : "");