Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c31776 int nPrintCol, nPrintRow; in do_meta_command() local
31783 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
31784 for(i=0; i<nPrintRow; i++){ in do_meta_command()
31785 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()
31786 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()