Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c14146 int nPrintCol, nPrintRow; in do_meta_command() local
14153 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()
/external/sqlite/dist/
Dshell.c14169 int nPrintCol, nPrintRow; in do_meta_command() local
14176 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()