Searched refs:TOUPPER_LOC (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h59 * Careful: Only call TOUPPER_LOC() and TOLOWER_LOC() with a character in the
65 # define TOUPPER_LOC(c) toupper_tab[(c) & 255] macro
69 # define TOUPPER_LOC(c) (islower(c) ? toupper(c) : (c)) macro
72 # define TOUPPER_LOC toupper macro
99 # define MB_TOUPPER(c) TOUPPER_LOC(c)
H A Dmisc2.c1573 *p = TOUPPER_LOC(*p); /* note that toupper() can be a macro */
5241 && TOUPPER_LOC(s1[i]) != TOUPPER_LOC(s2[i])
6000 TOUPPER_LOC(p[i]) != TOUPPER_LOC(q[i])
H A Dcharset.c1681 return TOUPPER_LOC(c);
H A Dfileio.c6121 && TOUPPER_LOC(full_path[0]) == TOUPPER_LOC(dir_name[0])
H A Dbuffer.c3866 *t = TOUPPER_LOC(*t);
H A Dmbyte.c3036 return TOUPPER_LOC(a);
H A Dmisc1.c3655 *var++ = TOUPPER_LOC(*tail);

Completed in 315 milliseconds