Home | History | Annotate | Download | only in switchback

Lines Matching refs:VG_MSG_LJUSTIFY

134 #define VG_MSG_LJUSTIFY  4 /* Must justify on the left. */
163 if (flags & VG_MSG_LJUSTIFY) {
171 if (!(flags & VG_MSG_LJUSTIFY)) {
225 if (width > 0 && !(flags & VG_MSG_LJUSTIFY)) {
237 if (width > 0 && (flags & VG_MSG_LJUSTIFY)) {
292 flags |= VG_MSG_LJUSTIFY;