Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c27579 int nPrintCol, nPrintRow; in do_meta_command() local
27586 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
27587 for(i=0; i<nPrintRow; i++){ in do_meta_command()
27588 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()
27589 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()