Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsort.c117 FLAG_no_tie_break = 0x40000000, enumerator
384 if (!(option_mask32 & FLAG_no_tie_break)) { in compare_keys()
624 option_mask32 |= FLAG_no_tie_break; in sort_main()