Home
last modified time | relevance | path

Searched defs:TOLOWER_LOC (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h68 # define TOLOWER_LOC(c) tolower_tab[(c) & 255] macro
72 # define TOLOWER_LOC(c) (isupper(c) ? tolower(c) : (c)) macro
75 # define TOLOWER_LOC tolower macro