Searched defs:Isword (Results 1 – 2 of 2) sorted by relevance
88 static int Isword(int c) { return iswalnum(c) || c == '_'; } in Isword() function
81 static int Isword(int c) { return iswalnum(c) || c == '_'; } in Isword() function