Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2640 int nColNext = 2; in qrfSplitColumn() local
2646 int *awNew = qrfValidLayout(pData, p, nColNext, p->spec.nScreenWidth); in qrfSplitColumn()
2650 nCol = nColNext; in qrfSplitColumn()
2653 nColNext++; in qrfSplitColumn()
2654 while( (pData->n + nColNext - 1)/nColNext == nRow ) nColNext++; in qrfSplitColumn()