Searched refs:Notword (Results 1 – 1 of 1) sorted by relevance
89 static int Notword(int c) { return !iswalnum(c) && c != '_'; } in Notword() function236 case T_ALNUM_NOT: return Notword; in classfun()