Searched defs:_rl_lowercase_p (Results 1 – 2 of 2) sorted by relevance
98 #define _rl_lowercase_p(c) (NON_NEGATIVE(c) && ISLOWER(c)) macro