Searched defs:isupper (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/3d/
H A Dstrmatch.c105 #undef isupper macro
106 #define isupper(x) iswupper(x) macro
286 if (icase && isupper(sc))
412 if (icase && isupper(pc))
426 if ((flags & STR_ICASE) && isupper(sc))
542 if (icase ? islower(sc) : isupper(sc))
650 if (icase && isupper(pc))
653 if (icase && isupper(x))
678 if (icase && isupper(pc))
709 if (icase && isupper(p
[all...]

Completed in 13 milliseconds