Searched defs:Tolower (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dchar.h80 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c))) macro
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)]) macro
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchartype.h89 #define Tolower(x) towlower(x) macro
144 #define Tolower(x) tolower((unsigned char)x) macro

Completed in 64 milliseconds