ONIGENC_CTYPE_GRAPH 1413 encoding.c int rb_isgraph(int c) { return ctype_test(c, ONIGENC_CTYPE_GRAPH); } ONIGENC_CTYPE_GRAPH 263 include/ruby/oniguruma.h ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_GRAPH) ONIGENC_CTYPE_GRAPH 795 regenc.c { (UChar* )"Graph", ONIGENC_CTYPE_GRAPH, 5 }, ONIGENC_CTYPE_GRAPH 81 regenc.h #define BIT_CTYPE_GRAPH (1<< ONIGENC_CTYPE_GRAPH) ONIGENC_CTYPE_GRAPH 94 regenc.h ((ctype) == ONIGENC_CTYPE_WORD || (ctype) == ONIGENC_CTYPE_GRAPH ||\ ONIGENC_CTYPE_GRAPH 3874 regparse.c case ONIGENC_CTYPE_GRAPH: ONIGENC_CTYPE_GRAPH 3927 regparse.c { (UChar* )"graph", ONIGENC_CTYPE_GRAPH, 5 },