Searched refs:cmp_flags (Results 1 – 4 of 4) sorted by relevance
1677 if (c >= 0x80 || !(cmp_flags & CMP_KEEPASCII)) in vim_toupper()1693 if (c < 0x80 && (cmp_flags & CMP_KEEPASCII)) in vim_toupper()1703 if (c >= 0x80 || !(cmp_flags & CMP_KEEPASCII)) in vim_tolower()1719 if (c < 0x80 && (cmp_flags & CMP_KEEPASCII)) in vim_tolower()
3557 if (a < 128 && (cmp_flags & CMP_KEEPASCII)) in utf_toupper()3562 if (!(cmp_flags & CMP_INTERNAL)) in utf_toupper()3589 if (a < 128 && (cmp_flags & CMP_KEEPASCII)) in utf_tolower()3594 if (!(cmp_flags & CMP_INTERNAL)) in utf_tolower()
106 (void)opt_strings_flags(p_cmp, p_cmp_values, &cmp_flags, TRUE); in didset_string_options()2012 if (opt_strings_flags(p_cmp, p_cmp_values, &cmp_flags, TRUE) != OK) in did_set_string_option()
479 EXTERN unsigned cmp_flags; variable