Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c722 int nWidth; /* Number of entries in aWidth[] */ member
919 int nWidth; /* Width of the graph */ member
1170 int nSp = p->u.pGraph->nWidth - 2; in qrfEqpRender()
1243 int nWidth = 0; in qrfEqpStats()
1257 if( n>nWidth ) nWidth = n; in qrfEqpStats()
1259 nWidth += 2; in qrfEqpStats()
1317 "% *s %s", -1*(nWidth-qrfStatsHeight(pS,i)*3), zo, in qrfEqpStats()
1327 if( p->u.pGraph ) p->u.pGraph->nWidth = nWidth; in qrfEqpStats()
2574 }else if( i<p->spec.nWidth ){ in qrfLoadAlignment()
2902 if( i<p->spec.nWidth ){ in qrfColumnar()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2356 qrf.nWidth = n; in dbQrf()