Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_tolower

299 #define ksh_tolower(c)	(((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c))