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

/macosx-10.9.5/vim-53/src/
H A Dmacros.h79 # define TOUPPER_ASC(c) (islower(c) ? toupper(c) : (c)) macro
82 # define TOUPPER_ASC(c) (((c) < 'a' || (c) > 'z') ? (c) : (c) - ('a' - 'A')) macro

Completed in 109 milliseconds