Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2138 QRF_ALIGN_NW, QRF_ALIGN_Right, QRF_ALIGN_S, in dbQrf()
/freebsd/contrib/sqlite3/
H A Dshell.c832 #define QRF_ALIGN_Right 3 /* right auto */ macro
2393 if( eAlign==QRF_Auto && pCol->bNum ) eAlign = QRF_ALIGN_Right; in qrfPrintAligned()
2399 }else if( eAlign==QRF_ALIGN_Right ){ in qrfPrintAligned()
2576 pData->a[i].e = QRF_ALIGN_Right | in qrfLoadAlignment()
2907 data.a[i].e |= QRF_ALIGN_Right; in qrfColumnar()
2912 data.a[i].e |= QRF_ALIGN_Right; in qrfColumnar()
31502 case 'r': case 'R': c = QRF_ALIGN_Right; break; in dotCmdMode()