Searched refs:TOLOWER_LOC (Results 1 - 9 of 9) 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
66 # define TOLOWER_LOC(c) tolower_tab[(c) & 255] macro
70 # define TOLOWER_LOC(c) (isupper(c) ? tolower(c) : (c)) macro
73 # define TOLOWER_LOC tolower macro
98 # define MB_TOLOWER(c) TOLOWER_LOC(c)
H A Dcharset.c514 GA_CHAR(i) = TOLOWER_LOC(GA_CHAR(i));
516 buf[i] = TOLOWER_LOC(buf[i]);
1706 return TOLOWER_LOC(c);
H A Dmenu.c1976 key = TOLOWER_LOC(key);
1979 || (menu->mnemonic < 256 && TOLOWER_LOC(menu->mnemonic) == key))
H A Ddiff.c1627 || TOLOWER_LOC(*p1) != TOLOWER_LOC(*p2)))
H A Dex_getln.c3572 if (TOLOWER_LOC(xp->xp_files[i][len]) !=
3573 TOLOWER_LOC(xp->xp_files[0][len]))
H A Dmessage.c3443 *to = (char_u)TOLOWER_LOC(*from);
H A Dmisc1.c4678 if (TOLOWER_LOC(*x) != TOLOWER_LOC(*y)
8737 *d++ = TOLOWER_LOC(*s++);
H A Dedit.c7638 && TOLOWER_LOC(keytyped) == TOLOWER_LOC((int)p[-1])))
H A Dmbyte.c3069 return TOLOWER_LOC(a);

Completed in 493 milliseconds