Searched refs:nPrintRow (Results 1 – 2 of 2) sorted by relevance
14146 int nPrintCol, nPrintRow; in do_meta_command() local14153 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()14154 for(i=0; i<nPrintRow; i++){ in do_meta_command()14155 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()14156 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()
14169 int nPrintCol, nPrintRow; in do_meta_command() local14176 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()14177 for(i=0; i<nPrintRow; i++){ in do_meta_command()14178 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()14179 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()