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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Daccess.c57 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro
77 *s = (char) LOWERCASE(*s);
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c109 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro
117 int cmp = LOWERCASE(*a) - LOWERCASE(*b);
122 return LOWERCASE(*a) - LOWERCASE(*b);

Completed in 58 milliseconds