Searched refs:is_graph (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py366 def is_graph(code_point): function
387 return (is_graph(code_point)
474 if (is_space(code_point) and is_graph(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
525 and (is_graph(code_point) or code_point == 0x0020)):
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py366 def is_graph(code_point): function
387 return (is_graph(code_point)
474 if (is_space(code_point) and is_graph(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
525 and (is_graph(code_point) or code_point == 0x0020)):
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c642 FUNC(is_graph, ISGRAPH)
667 { ":graph:]", is_graph },
H A Dregex.c3272 boolean is_graph = STREQ (str, "graph");
3299 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c668 FUNC(is_graph, ISGRAPH)
693 { ":graph:]", is_graph },
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c3344 boolean is_graph = STREQ (str, "graph");
3371 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c3265 boolean is_graph = STREQ (str, "graph");
3292 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3273 boolean is_graph = STREQ (str, "graph");
3300 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c3273 boolean is_graph = STREQ (str, "graph");
3300 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3277 boolean is_graph = STREQ (str, "graph");
3304 || (is_graph && ISGRAPH (ch))

Completed in 561 milliseconds