ISBLANK            32 wildmatch.c    # define ISBLANK(c) (ISASCII(c) && isblank(c))
ISBLANK            34 wildmatch.c    # define ISBLANK(c) ((c) == ' ' || (c) == '\t')