Home
last modified time | relevance | path

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

/dflybsd-src/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); in CaselessCmp()
122 return LOWERCASE(*a) - LOWERCASE(*b); in CaselessCmp()
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Daccess.c42 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro
56 *s = (char) LOWERCASE(*s); in NCURSES_EXPORT()