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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Daccess.c39 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro
54 *s = LOWERCASE(*s);
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c127 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro
133 int cmp = LOWERCASE(*a) - LOWERCASE(*b);
138 return LOWERCASE(*a) - LOWERCASE(*b);

Completed in 95 milliseconds