Searched refs:isgraph (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/include/cxx/
H A Dctype.h21 int isgraph(int c);
47 #undef isgraph macro
/barrelfish-master/lib/libc/locale/
H A Disctype.c95 #undef isgraph macro
97 isgraph(int c) function
H A DMakefile.inc37 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
56 MLINKS+=isgraph.3 isgraph_l.3
/barrelfish-master/include/
H A Dctype.h53 int isgraph(int);
92 #define isgraph(c) __sbistype((c), _CTYPE_G) macro
/barrelfish-master/lib/pcre/
H A Dpcre_maketables.c123 if (isgraph(i)) p[cbit_graph + i/8] |= 1 << (i&7);
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h43 return ::isgraph(c);
/barrelfish-master/lib/vis/
H A Dvis.c105 #define iscgraph(c) isgraph(c)
114 rv = isgraph(c);
H A Dunvis.c326 if (isgraph(c)) {
/barrelfish-master/lib/zlib/
H A Dtrees.c607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/barrelfish-master/lib/lua/src/
H A Dlstrlib.c272 case 'g' : res = isgraph(c); break;

Completed in 109 milliseconds