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

/freebsd-13-stable/contrib/less/
H A Dcvt.c103 ch = TO_LOWER(ch);
H A Dless.h133 #undef TO_LOWER macro
141 #define TO_LOWER(c) towlower(c) macro
147 #define TO_LOWER(c) tolower((unsigned char) (c)) macro
152 #define TO_LOWER(c) ASCII_TO_LOWER(c) macro

Completed in 54 milliseconds