Searched refs:Notdigit (Results 1 – 2 of 2) sorted by relevance
80 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() function238 case T_DIGIT_NOT: return Notdigit; in classfun()
73 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() function 293 case T_DIGIT_NOT: return Notdigit; in classfun()