Searched defs:isgraph (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A Dmisc.c46 # define isgraph isprint macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h58 #undef isgraph macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h57 #define isgraph(c) ((int)((_ctype_ + 1)[(c)] & (_CTYPE_P|_CTYPE_U|_CTYPE_L|_CTYPE_N))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h171 # define isgraph(C) (isprint(C) && !isspace(C)) macro
H A Ddfa.c65 #define isgraph(C) (isprint(C) && !isspace(C)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2583 isgraph(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c50 #define isgraph(C) (isprint(C) && !isspace(C)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h4562 isgraph(_CharT __c, const locale& __loc) function in namespace:std

Completed in 280 milliseconds