Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c759 #define QRF_STYLE_Column 2 /* One record per line in neat columns */ macro
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()
2988 case QRF_STYLE_Column: { in qrfColumnar()
3018 if( p->spec.eStyle==QRF_STYLE_Column in qrfColumnar()
3114 case QRF_STYLE_Column: { in qrfColumnar()
3706 case QRF_STYLE_Column: in qrfInitialize()
3728 case QRF_STYLE_Column: in qrfInitialize()
3853 case QRF_STYLE_Column: in sqlite3_format_query_result()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2172 QRF_STYLE_Auto, QRF_STYLE_Box, QRF_STYLE_Column, in dbQrf()