ISBLANK          135 modules/up/src/Core/gnu/regex.c #define ISBLANK(c) (isascii (c) && isblank (c))
ISBLANK          137 modules/up/src/Core/gnu/regex.c #define ISBLANK(c) ((c) == ' ' || (c) == '\t')
ISBLANK          135 modules/up/src/gnug++/regex.c #define ISBLANK(c) (isascii (c) && isblank (c))
ISBLANK          137 modules/up/src/gnug++/regex.c #define ISBLANK(c) ((c) == ' ' || (c) == '\t')