Searched defs:nPrintCol (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sqlite/ | ||
H A D | shell.c | 929 int nPrintCol, nPrintRow; local 935 nPrintCol = 80/(maxlen+2); 936 if( nPrintCol<1 ) nPrintCol = 1; 937 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; |
Completed in 59 milliseconds