Searched defs:isascii (Results 1 – 3 of 3) sorted by relevance
126 isascii(int c) in isascii() function
37 TEST(ctype, isascii) { in TEST() argument
131 # define isascii(c) (!(c & 0200)) macro