Home
last modified time | relevance | path

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

/dragonfly/usr.bin/sort/
H A Dsort.c161 static const char mutually_exclusive_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = { 'M', 'n', 'g', '… variable
549 mec = mutually_exclusive_flags[i]; in check_mutually_exclusive_flags()
560 errx(1, "%c:%c: %s", c, mutually_exclusive_flags[fo_index], getstr(1)); in check_mutually_exclusive_flags()