Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dless.h154 #define TO_LOWER(c) towlower(c) macro
160 #define TO_LOWER(c) tolower((unsigned char) (c)) macro
165 #define TO_LOWER(c) ASCII_TO_LOWER(c) macro