Searched refs:QRF_ALIGN_Right (Results 1 – 2 of 2) sorted by relevance
2138 QRF_ALIGN_NW, QRF_ALIGN_Right, QRF_ALIGN_S, in dbQrf()
832 #define QRF_ALIGN_Right 3 /* right auto */ macro2393 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()