Searched defs:ISGRAPH (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
H A Dfnmatch.c73 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
381 || (STREQ (str, "graph") && ISGRAPH ((unsigned char) *n))

Completed in 56 milliseconds