Home | History | Annotate | Download | only in switchback

Lines Matching refs:VG_MSG_LJUSTIFY

352 #define VG_MSG_LJUSTIFY  4 /* Must justify on the left. */
381 if (flags & VG_MSG_LJUSTIFY) {
389 if (!(flags & VG_MSG_LJUSTIFY)) {
443 if (width > 0 && !(flags & VG_MSG_LJUSTIFY)) {
455 if (width > 0 && (flags & VG_MSG_LJUSTIFY)) {
510 flags |= VG_MSG_LJUSTIFY;