Searched refs:isgraph (Results 1 - 25 of 52) sorted by path

123

/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h280 "isgraph"
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h572 extern int isgraph(int);
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h101 __testis = isgraph(__c);
/openbsd-current/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_inline.h87 __ret = isgraph(__c);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h4671 isgraph(_CharT __c, const locale& __loc) function
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h58 #undef isgraph macro
74 using ::isgraph;
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c223 # ifdef isgraph
224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_inline.h96 __testis = isgraph(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_inline.h80 __ret = isgraph(__c);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1949 isgraph(_CharT __c, const locale& __loc) function in namespace:std
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dctype.h39 using std::isgraph;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h56 #undef isgraph macro
72 using ::isgraph;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c293 printf_unfiltered ("%c", isgraph (restype) ? restype : ' ');
325 printf_unfiltered ("%c", isgraph (restype) ? restype : ' ');
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c220 #ifdef isgraph
221 #define ISGRAPH(c) (ISASCII (c) && isgraph (c))
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drcs.c3247 if (!isgraph ((unsigned char) *cp))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h572 extern int isgraph(int);
/openbsd-current/lib/libc/hidden/
H A Dctype.h26 __only_inline int isgraph(int _c);
72 PROTO_NORMAL(isgraph); variable
/openbsd-current/lib/libc/locale/
H A Disctype_l.c65 return isgraph(c);
/openbsd-current/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c60 check_bool(isgraph(i), iswgraph(i), '6');
110 check_bool(isgraph(s[j]), iswgraph(c), '6');
/openbsd-current/usr.bin/cvs/
H A Drcsparse.c950 if (!isgraph(c)) {
985 } else if (!isgraph(c)) {
/openbsd-current/usr.bin/lex/
H A Dparse.y887 | CCE_GRAPH { CCL_EXPR(isgraph); }
908 | CCE_NEG_GRAPH { CCL_NEG_EXPR(isgraph); }
/openbsd-current/usr.bin/rcs/
H A Drcsparse.c949 if (!isgraph(c)) {
984 } else if (!isgraph(c)) {

Completed in 656 milliseconds

123