Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c704 unsigned char eStyle; /* Formatting style. "box", "csv", etc... */ member
1171 if( p->spec.eStyle==QRF_STYLE_StatsEst ){ in qrfEqpRender()
1302 if( p->spec.eStyle==QRF_STYLE_StatsEst ){ in qrfEqpStats()
1311 if( p->spec.eStyle==QRF_STYLE_StatsEst ){ in qrfEqpStats()
2733 if( p->spec.eStyle==QRF_STYLE_Column ){ in qrfRestrictScreenWidth()
2745 if( p->spec.eStyle==QRF_STYLE_Column ){ in qrfRestrictScreenWidth()
2937 && p->spec.eStyle==QRF_STYLE_Column in qrfColumnar()
2953 switch( p->spec.eStyle ){ in qrfColumnar()
3018 if( p->spec.eStyle==QRF_STYLE_Column in qrfColumnar()
3020 && (p->spec.eStyle==QRF_STYLE_Box || p->spec.eStyle==QRF_STYLE_Table) in qrfColumnar()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2184 qrf.eStyle = aStyleMap[style]; in dbQrf()