Lines Matching refs:eStyle
704 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()
3093 switch( p->spec.eStyle ){ in qrfColumnar()
3137 switch( p->spec.eStyle ){ in qrfColumnar()
3263 if( p->spec.eStyle==QRF_STYLE_StatsVm ){ in qrfExplain()
3404 switch( p->spec.eStyle ){ in qrfOneSimpleRow()
3619 if( p->spec.eStyle>QRF_STYLE_Table ) p->spec.eStyle = QRF_Auto; in qrfInitialize()
3625 switch( p->spec.eStyle ){ in qrfInitialize()
3628 case 0: p->spec.eStyle = QRF_STYLE_Box; break; in qrfInitialize()
3629 case 1: p->spec.eStyle = QRF_STYLE_Explain; break; in qrfInitialize()
3630 default: p->spec.eStyle = QRF_STYLE_Eqp; break; in qrfInitialize()
3666 p->spec.eStyle = QRF_STYLE_List; in qrfInitialize()
3704 switch( p->spec.eStyle ){ in qrfInitialize()
3725 switch( p->spec.eStyle ){ in qrfInitialize()
3752 switch( p->spec.eStyle ){ in qrfFinalize()
3851 switch( qrf.spec.eStyle ){ in sqlite3_format_query_result()
23853 unsigned char eStyle; /* Underlying QRF style */ member
26540 unsigned char eStyle; in shell_exec() local
26555 eStyle = aModeInfo[pArg->mode.eMode].eStyle; in shell_exec()
26611 spec.eStyle = QRF_STYLE_Auto; in shell_exec()
26631 spec.eStyle = isExplain==1 ? QRF_STYLE_Explain : QRF_STYLE_Eqp; in shell_exec()
26637 spec.eStyle = QRF_STYLE_Html; in shell_exec()
26643 spec.eStyle = eStyle; in shell_exec()
26656 case 1: spec.eStyle = QRF_STYLE_Stats; break; in shell_exec()
26657 case 2: spec.eStyle = QRF_STYLE_StatsEst; break; in shell_exec()
26658 default: spec.eStyle = QRF_STYLE_StatsVm; break; in shell_exec()
31893 || (p->mode.spec.nMultiInsert && p->mode.spec.eStyle==QRF_STYLE_Insert) in dotCmdMode()
34768 if( p->mode.spec.eStyle==QRF_STYLE_Column in do_meta_command()
34769 || p->mode.spec.eStyle==QRF_STYLE_Box in do_meta_command()
34770 || p->mode.spec.eStyle==QRF_STYLE_Table in do_meta_command()
34771 || p->mode.spec.eStyle==QRF_STYLE_Markdown in do_meta_command()