Searched refs:mef_flags (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/sort/ |
H A D | sort.c | 373 check_mutually_exclusive_flags(char c, bool *mef_flags) in check_mutually_exclusive_flags() argument 385 if (mef_flags[i]) { in check_mutually_exclusive_flags() 400 mef_flags[i] = true; in check_mutually_exclusive_flags() 478 parse_pos(const char *s, struct key_specs *ks, bool *mef_flags, bool second) in parse_pos() argument 562 check_mutually_exclusive_flags(s[i], mef_flags); in parse_pos() 590 bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = in parse_k() local 610 ret = parse_pos(pos1, ks, mef_flags, false); in parse_k() 617 ret = parse_pos(pos2, ks, mef_flags, true); in parse_k() 620 ret = parse_pos(s, ks, mef_flags, false); in parse_k() 799 bool mef_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = in main() local [all …]
|