Searched refs:TOUPPER_LOC (Results 1 – 6 of 6) sorted by relevance
67 # define TOUPPER_LOC(c) toupper_tab[(c) & 255] macro71 # define TOUPPER_LOC(c) (islower(c) ? toupper(c) : (c)) macro74 # define TOUPPER_LOC toupper macro
1695 return TOUPPER_LOC(c); in vim_toupper()
3383 && TOUPPER_LOC(full_path[0]) == TOUPPER_LOC(dir_name[0]) in shorten_fname()
413 *p = TOUPPER_LOC(*p); // note that toupper() can be a macro in strup_save()
3568 return TOUPPER_LOC(a); in utf_toupper()
4726 *t = TOUPPER_LOC(*t); in build_stl_str_hl()