Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmacros.h67 # define TOUPPER_LOC(c) toupper_tab[(c) & 255] macro
71 # define TOUPPER_LOC(c) (islower(c) ? toupper(c) : (c)) macro
74 # define TOUPPER_LOC toupper macro
H A Dcharset.c1695 return TOUPPER_LOC(c); in vim_toupper()
H A Dfileio.c3383 && TOUPPER_LOC(full_path[0]) == TOUPPER_LOC(dir_name[0]) in shorten_fname()
H A Dstrings.c413 *p = TOUPPER_LOC(*p); // note that toupper() can be a macro in strup_save()
H A Dmbyte.c3568 return TOUPPER_LOC(a); in utf_toupper()
H A Dbuffer.c4726 *t = TOUPPER_LOC(*t); in build_stl_str_hl()