Searched refs:ksh_tolower (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dshf.c882 c = ksh_tolower(c);
H A Dvar.c666 *q = ksh_tolower(*q);
H A Dedit.c3214 *cp = ksh_tolower(*cp);
3229 *cp = ksh_tolower(*cp);
4481 *p = ksh_tolower(*p);
H A Dsh.h304 #define ksh_tolower(c) (((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c)) macro

Completed in 109 milliseconds