Searched refs:Notspace (Results 1 – 1 of 1) sorted by relevance
86 static int Notspace(int c) { return !iswspace(c); } in Notspace() function240 case T_SPACE_NOT: return Notspace; in classfun()