Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c1185 enum { FLAG_THOUSANDS = 1, FLAG_ALTERNATIVE = 2 }; enumerator
1207 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()