Home
last modified time | relevance | path

Searched refs:ISCNTRL (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/nvi/common/
H A Dmultibyte.h46 #define ISCNTRL iswcntrl macro
80 #define ISCNTRL iscntrl macro
/freebsd-12.1/contrib/gdb/include/
H A Dsafe-ctype.h96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/freebsd-12.1/contrib/gcclibs/include/
H A Dsafe-ctype.h96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/freebsd-12.1/contrib/binutils/include/
H A Dsafe-ctype.h96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/freebsd-12.1/gnu/usr.bin/grep/
H A Dsystem.h188 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C)) macro
H A Ddfa.c79 #define ISCNTRL(C) iscntrl(C) macro
91 #define ISCNTRL(C) (isascii(C) && iscntrl(C)) macro
669 FUNC(is_cntrl, ISCNTRL) in FUNC()
H A DChangeLog1936 ISPUNCT, ISALNUM, ISPRINT, ISGRAPH, ISCNTRL): Use
/freebsd-12.1/contrib/nvi/ex/
H A Dex_txt.c332 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) && in ex_txt()
/freebsd-12.1/contrib/binutils/gas/
H A Dlisting.c360 if (!ISCNTRL (c)) in listing_newline()
H A Dread.c5735 || (inquote && !ISCNTRL (*s)) in _find_end_of_line()
H A DChangeLog-00011208 (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
/freebsd-12.1/contrib/nvi/vi/
H A Dv_txt.c1267 if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(evp->e_c) && in v_txt()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dfunctions.texi469 @deffnx Extension ISCNTRL (@var{c})
510 the range of 7-bit ASCII. In particular, both ISPRINT and ISCNTRL return
H A Dregex.c233 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
3282 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
/freebsd-12.1/contrib/binutils/libiberty/
H A Dregex.c233 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
3282 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
H A Dfunctions.texi485 @deffnx Extension ISCNTRL (@var{c})
526 the range of 7-bit ASCII. In particular, both ISPRINT and ISCNTRL return
/freebsd-12.1/contrib/gcc/
H A Dstmt.c2662 else if (ISCNTRL (i)) in estimate_case_costs()