Searched refs:FLAG_ALTERNATIVE (Results 1 – 1 of 1) sorted by relevance
1185 enum { FLAG_THOUSANDS = 1, FLAG_ALTERNATIVE = 2 }; enumerator1207 flags |= FLAG_ALTERNATIVE; in get_format_flags()1239 compatible_flags = FLAG_ALTERNATIVE; in check_format_conv_type()1257 (flags & ~ compatible_flags & FLAG_ALTERNATIVE ? '#' : '\''), ch); in check_format_conv_type()