Searched refs:Isdigit (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/regex/ | ||
H A D | regclass.c | 72 static int Isdigit(int c) { return iswdigit(c); } function 114 { SZ("digit"), Isdigit }, 292 case T_DIGIT: return Isdigit; |
Completed in 9 milliseconds