Home
last modified time | relevance | path

Searched refs:GRAPH (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/share/locale/ctype/
H A Den_US.UTF-8.src52 GRAPH 0x0021 - 0x007e
75 GRAPH 0x00a1 - 0x00ff
101 GRAPH 0x0100 - 0x017f
253 GRAPH 0x0180 - 0x024f
468 GRAPH 0x0250 - 0x02af
514 GRAPH 0x02b0 - 0x02ff
526 GRAPH 0x0300 - 0x036f
539 GRAPH 0x0370 - 0x0377 0x037a - 0x037f 0x0384 - 0x038a 0x038c
540 GRAPH 0x038e - 0x03a1 0x03a3 - 0x03ff
625 GRAPH 0x0400 - 0x04ff
[all …]
H A Dgen_ctype_utf8.pl215 push @{ $info->{GRAPH} }, $code;
/openbsd-src/gnu/gcc/gcc/
H A Dtree-outof-ssa.c315 #define FOR_EACH_ELIM_GRAPH_SUCC(GRAPH, NODE, VAR, CODE) \ argument
319 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
321 y_ = VEC_index (int, (GRAPH)->edge_list, x_); \
324 (VAR) = VEC_index (int, (GRAPH)->edge_list, x_ + 1); \
334 #define FOR_EACH_ELIM_GRAPH_PRED(GRAPH, NODE, VAR, CODE) \ argument
338 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
340 y_ = VEC_index (int, (GRAPH)->edge_list, x_ + 1); \
343 (VAR) = VEC_index (int, (GRAPH)->edge_list, x_); \
/openbsd-src/usr.bin/mklocale/
H A Dlex.l90 GRAPH { yylval.i = _RUNETYPE_G|_RUNETYPE_R;
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dmk_PL_charclass.pl39 GRAPH => 0,
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc575 # if { VERSION == 5.7.0 } /* this perl made space GRAPH */
753 __UNDEFINED__ isGRAPH_uvchr(c) D_PPP_is_ctype(GRAPH, graph, c)
840 __UNDEFINED__ isGRAPH_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, GRAPH)
913 __UNDEFINED__ isGRAPH_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, GRAPH)
2765 $types{"$native:GRAPH"} = 1;
2780 $types{"$native:GRAPH"} = 1;
2810 $types{"$native:GRAPH"} = 1;
2834 for $class (qw(ALPHA ALPHANUMERIC ASCII BLANK CNTRL DIGIT GRAPH IDCONT
2868 elsif (ivers($]) <= ivers(5.11.3) && $native == 0x2029 && ($class eq 'PRINT' || $class eq 'GRAPH')) {
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13526 # define isGRAPH_uvchr(c) D_PPP_is_ctype(GRAPH, graph, c)
13662 # define isGRAPH_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, GRAPH)
13786 # define isGRAPH_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, GRAPH)
/openbsd-src/gnu/lib/libiberty/src/
H A Dfunctions.texi499 @item @code{GRAPH} @tab @code{ALNUM || PUNCT}
501 @item @code{PRINT} @tab @code{GRAPH ||} @kbd{space}
/openbsd-src/usr.sbin/unbound/doc/
H A Dunbound.doxygen2494 # If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
2496 # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
2502 # Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.