Searched refs:TO_LOWER (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcvt.c99 ch = TO_LOWER(ch);
H A Dless.h127 #undef TO_LOWER macro
135 #define TO_LOWER(c) towlower(c) macro
141 #define TO_LOWER(c) tolower((unsigned char) (c)) macro
146 #define TO_LOWER(c) ASCII_TO_LOWER(c) macro

Completed in 104 milliseconds