Searched defs:Notspace (Results 1 – 2 of 2) sorted by relevance
86 static int Notspace(int c) { return !iswspace(c); } in Notspace() function
79 static int Notspace(int c) { return !iswspace(c); } in Notspace() function