Searched refs:iswlower (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h224 #ifndef iswlower
225 #define iswlower(x) islower(x) macro
H A Dregclass.c75 static int Islower(int c) { return iswlower(c); }
H A Dregcomp.c1076 else if (iswlower(c))
1098 else if (iswlower(c))
1132 else if (iswlower(c))
1152 else if (iswlower(c))
1619 else if (iswlower(wc))
H A Dregnexec.c604 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c)))
608 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c)))
624 if (iswlower(c))
/ast/src/cmd/3d/
H A Dstrmatch.c98 #define islower(x) iswlower(x)

Completed in 27 milliseconds