Home
last modified time | relevance | path

Searched refs:nPrintRow (Results 1 – 1 of 1) sorted by relevance

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