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

/macosx-10.9.5/vim-53/src/
H A Dmacros.h65 # 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

Completed in 113 milliseconds