Searched refs:nPrintRow (Results 1 – 1 of 1) sorted by relevance
26834 int nPrintCol, nPrintRow; in do_meta_command() local26841 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()26842 for(i=0; i<nPrintRow; i++){ in do_meta_command()26843 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()26844 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()