Searched refs:Isword (Results 1 – 2 of 2) sorted by relevance
88 static int Isword(int c) { return iswalnum(c) || c == '_'; } in Isword() function120 { SZ("word"), Isword },235 case T_ALNUM: return Isword; in classfun()
81 static int Isword(int c) { return iswalnum(c) || c == '_'; } in Isword() function 121 { SZ("word"), Isword },290 case T_ALNUM: return Isword; in classfun()