Searched refs:isgraph (Results 26 - 50 of 52) sorted by relevance

123

/openbsd-current/usr.bin/col/
H A Dcol.c156 if (!isgraph(ch)) {
/openbsd-current/lib/libcurses/trace/
H A Dvisbuf.c77 } else if (is7bits((int) c) && (isgraph((int) c) || c == ' ')) {
/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/usr.bin/cvs/
H A Drcsparse.c950 if (!isgraph(c)) {
985 } else if (!isgraph(c)) {
H A Drcs.c764 if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) {
/openbsd-current/usr.bin/rcs/
H A Drcsparse.c949 if (!isgraph(c)) {
984 } else if (!isgraph(c)) {
H A Drcs.c643 if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) {
1821 if (!isgraph(*cp) || (strchr(rcs_state_invch, *cp) != NULL)) {
/openbsd-current/usr.bin/mandoc/
H A Dterm.c851 f = (c == ASCII_HYPH || c > 127 || isgraph(c)) ?
899 isgraph((unsigned char)word[i]))
/openbsd-current/sys/lib/libz/
H A Dtrees.c227 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len] - 1));
915 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/openbsd-current/lib/libz/
H A Dtrees.c227 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len] - 1));
915 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c604 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len] - 1));
1062 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/openbsd-current/usr.sbin/httpd/
H A Dpatterns.c139 res = isgraph(c);
/openbsd-current/usr.bin/lex/
H A Dflexdef.h1105 #define b_isgraph(c) (isgraph(c)?true:false)
/openbsd-current/lib/libcurses/tinfo/
H A Dread_termcap.c748 } else if (isgraph(UChar(ch))) {
H A Dparse_entry.c322 #define ok_TC2(s) (isgraph(UChar(s)) && (s) != '|')
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h1993 (isgraph((U8) (c)) && ! is_posix_CNTRL(c))
2017 # define is_posix_GRAPH(c) (isgraph((U8) (c)) && ! isspace((U8) (c)))
2019 # define is_posix_GRAPH(c) isgraph((U8) (c))
/openbsd-current/usr.sbin/nsd/
H A Drdata.c108 } else if (!isgraph((unsigned char) ch)) {
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h572 extern int isgraph(int);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h572 extern int isgraph(int);
/openbsd-current/usr.bin/awk/
H A Db.c1120 { "graph", 5, isgraph },
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1949 isgraph(_CharT __c, const locale& __loc) function in namespace:std
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c220 #ifdef isgraph
221 #define ISGRAPH(c) (ISASCII (c) && isgraph (c))
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h4671 isgraph(_CharT __c, const locale& __loc) function
/openbsd-current/usr.sbin/unbound/sldns/
H A Dwire2str.c834 else if(!(isascii((unsigned char)c) && isgraph((unsigned char)c)))
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dwire2str.c834 else if(!(isascii((unsigned char)c) && isgraph((unsigned char)c)))

Completed in 413 milliseconds

123