Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_islower

297 #define ksh_islower(c)	(((c) >= 'a') && ((c) <= 'z'))