Home
last modified time | relevance | path

Searched refs:ISGRAPH (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
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))