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

/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py337 def is_cntrl(code_point): function
456 if (is_alpha(code_point) and is_cntrl(code_point)):
483 if (is_cntrl(code_point) and is_digit(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
489 if (is_cntrl(code_point) and is_graph(code_point)):
492 if (is_cntrl(code_point) and is_print(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c643 FUNC(is_cntrl, ISCNTRL)
668 { ":cntrl:]", is_cntrl },
H A Dregex.c3270 boolean is_cntrl = STREQ (str, "cntrl");
3296 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c669 FUNC(is_cntrl, ISCNTRL)
694 { ":cntrl:]", is_cntrl },
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c3342 boolean is_cntrl = STREQ (str, "cntrl");
3368 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c3263 boolean is_cntrl = STREQ (str, "cntrl");
3289 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3271 boolean is_cntrl = STREQ (str, "cntrl");
3297 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c3271 boolean is_cntrl = STREQ (str, "cntrl");
3297 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3275 boolean is_cntrl = STREQ (str, "cntrl");
3301 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c3275 boolean is_cntrl = STREQ (str, "cntrl");
3301 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3275 boolean is_cntrl = STREQ (str, "cntrl");
3301 || (is_cntrl && ISCNTRL (ch)))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3275 boolean is_cntrl = STREQ (str, "cntrl");
3301 || (is_cntrl && ISCNTRL (ch)))

Completed in 302 milliseconds