Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h12 int _EXFUN(isgraph, (int __c));
52 #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.h107 __exctype (isgraph);
178 # define isgraph(c) __isctype((c), _ISgraph) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.gui.c455 if ((isgraph(res) || isspace(res)) && in dialog_inputbox()
H A Dnconf.c1034 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()