isgraph 199 libglibc/regex.c #ifdef isgraph isgraph 200 libglibc/regex.c # define ISGRAPH(c) (ISASCII (c) && isgraph (c))