Home | History | Annotate | Download | only in dist

Lines Matching refs:nPrintCol

3265       int nPrintCol, nPrintRow;
3270 nPrintCol = 80/(maxlen+2);
3271 if( nPrintCol<1 ) nPrintCol = 1;
3272 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;