Searched refs:iswdigit (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregclass.c72 static int Isdigit(int c) { return iswdigit(c); }
73 static int Notdigit(int c) { return !iswdigit(c); }
H A Dreglib.h218 #ifndef iswdigit
219 #define iswdigit(x) isdigit(x) macro
/ast/src/cmd/3d/
H A Dstrmatch.c94 #define isdigit(x) iswdigit(x)

Completed in 19 milliseconds