HomeSort by: relevance | last modified time | path
    Searched defs:Tolower (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
char.h 80 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c)))
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)])
char.h 80 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c)))
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)])
char.h 80 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c)))
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)])
char.h 80 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c)))
92 #define Tolower(c) (_cmap_lower[(unsigned char)(c)])

Completed in 45 milliseconds