Searched refs:FLAG_z (Results 1 – 1 of 1) sorted by relevance
103 FLAG_z = 1 << 7, /* Input and output is NUL terminated, not \n */ enumerator249 ((option_mask32 & FLAG_z) \452 can_drop_dups = ((opts & ~(FLAG_o|FLAG_z|FLAG_r|FLAG_s)) == FLAG_u); in sort_main()642 int ch = (option_mask32 & FLAG_z) ? '\0' : '\n'; in sort_main()