Searched defs:nPrintRow (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c929 int nPrintCol, nPrintRow; local
937 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
938 for(i=0; i<nPrintRow; i++){
939 for(j=i+1; j<=nRow; j+=nPrintRow){
940 char *zSp = j<=nPrintRow ? "" : " ";

Completed in 276 milliseconds