Searched refs:ISASCII (Results 1 – 5 of 5) sorted by relevance
211 # undef ISASCII213 # define ISASCII(c) 1 macro215 # define ISASCII(c) isascii(c) macro219 # define ISBLANK(c) (ISASCII (c) && isblank (c))224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))230 # define ISPRINT(c) (ISASCII (c) && isprint (c))231 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))232 # define ISALNUM(c) (ISASCII (c) && isalnum (c))233 # define ISALPHA(c) (ISASCII (c) && isalpha (c))[all …]
212 # undef ISASCII214 # define ISASCII(c) 1 macro216 # define ISASCII(c) isascii(c) macro220 # define ISBLANK(c) (ISASCII (c) && isblank (c))225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))231 # define ISPRINT(c) (ISASCII (c) && isprint (c))232 # define ISDIGIT(c) (ISASCII (c) && isdigit (c))233 # define ISALNUM(c) (ISASCII (c) && isalnum (c))234 # define ISALPHA(c) (ISASCII (c) && isalpha (c))[all …]