Home
last modified time | relevance | path

Searched defs: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