isascii            88 lib/regex_internal.h # undef isascii
isascii            89 lib/regex_internal.h # define isascii(c) (((c) & ~0x7f) == 0)