Searched refs:nPrintRow (Results 1 – 1 of 1) sorted by relevance
929 int nPrintCol, nPrintRow; in do_meta_command() local937 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()938 for(i=0; i<nPrintRow; i++){ in do_meta_command()939 for(j=i+1; j<=nRow; j+=nPrintRow){ in do_meta_command()940 char *zSp = j<=nPrintRow ? "" : " "; in do_meta_command()