Searched refs:FLAG_o (Results 1 – 2 of 2) sorted by relevance
113 FLAG_o = 1 << 16, enumerator452 can_drop_dups = ((opts & ~(FLAG_o|FLAG_z|FLAG_r|FLAG_s)) == FLAG_u); in sort_main()638 if (option_mask32 & FLAG_o) in sort_main()
169 #define FLAG_o (option_mask32 & OPT_o) macro