Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2392 unsigned char eAlign = pCol->e & QRF_ALIGN_HMASK; in qrfPrintAligned() local
2393 if( eAlign==QRF_Auto && pCol->bNum ) eAlign = QRF_ALIGN_Right; in qrfPrintAligned()
2394 if( eAlign==QRF_ALIGN_Center ){ in qrfPrintAligned()
2399 }else if( eAlign==QRF_ALIGN_Right ){ in qrfPrintAligned()