HomeSort by relevance Sort by last modified time
    Searched refs:Tolower (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
chartype.h 93 #define Tolower(x) towlower(x)
148 #define Tolower(x) tolower((unsigned char)x)
emacs.c 326 *cp = Tolower(*cp);
350 *cp = Tolower(*cp);
vi.c 259 *el->el_line.cursor = Tolower(c);

Completed in 137 milliseconds