Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_isupper

298 #define ksh_isupper(c)	(((c) >= 'A') && ((c) <= 'Z'))