ISBLANK           195 libglibc/regex.c # define ISBLANK(c) (ISASCII (c) && isblank (c))
ISBLANK           197 libglibc/regex.c # define ISBLANK(c) ((c) == ' ' || (c) == '\t')