Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h52 #define isgraph(c) ((__ctype_ptr)[(unsigned)(c)]&(_P|_U|_L|_N)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h178 # define isgraph(c) __isctype((c), _ISgraph) macro