Searched refs:mef_flags (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/sort/ |
H A D | sort.c | 512 check_mutually_exclusive_flags(char c, bool *mef_flags) in check_mutually_exclusive_flags() argument 524 if (mef_flags[i]) { in check_mutually_exclusive_flags() 533 mef_flags[i] = true; in check_mutually_exclusive_flags() 619 parse_pos(const char *s, struct key_specs *ks, bool *mef_flags, bool second) in parse_pos() argument 703 check_mutually_exclusive_flags(s[i], mef_flags); in parse_pos() 734 bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = in parse_k() local 754 ret = parse_pos(pos1, ks, mef_flags, false); in parse_k() 761 ret = parse_pos(pos2, ks, mef_flags, true); in parse_k() 764 ret = parse_pos(s, ks, mef_flags, false); in parse_k() 988 bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = in main() local [all …]
|