Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro