Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c717 short int nScreenWidth; /* Maximum overall table width */ member
2646 int *awNew = qrfValidLayout(pData, p, nColNext, p->spec.nScreenWidth); in qrfSplitColumn()
2717 pData->nMargin = (p->spec.nScreenWidth - w)/(nCol - 1); in qrfSplitColumn()
2732 if( p->spec.nScreenWidth==0 ) return; in qrfRestrictScreenWidth()
2741 if( p->spec.nScreenWidth >= sumW+sepW ) return; in qrfRestrictScreenWidth()
2751 targetW = p->spec.nScreenWidth - sepW; in qrfRestrictScreenWidth()
2939 && p->spec.nScreenWidth>data.a[0].w+3 in qrfColumnar()
3615 p->mxWidth = p->spec.nScreenWidth; in qrfInitialize()
26557 spec.nScreenWidth = shellScreenWidth(); in shell_exec()
31694 p->mode.spec.nScreenWidth = 0; in dotCmdMode()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2297 qrf.nScreenWidth = v; in dbQrf()