Searched refs:ISCNTRL (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | multibyte.h | 46 #define ISCNTRL iswcntrl macro 80 #define ISCNTRL iscntrl macro
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | safe-ctype.h | 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | safe-ctype.h | 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | safe-ctype.h | 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | system.h | 188 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C)) macro
|
| H A D | dfa.c | 79 #define ISCNTRL(C) iscntrl(C) macro 91 #define ISCNTRL(C) (isascii(C) && iscntrl(C)) macro 669 FUNC(is_cntrl, ISCNTRL) in FUNC()
|
| H A D | ChangeLog | 1936 ISPUNCT, ISALNUM, ISPRINT, ISGRAPH, ISCNTRL): Use
|
| /freebsd-12.1/contrib/nvi/ex/ |
| H A D | ex_txt.c | 332 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) && in ex_txt()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | listing.c | 360 if (!ISCNTRL (c)) in listing_newline()
|
| H A D | read.c | 5735 || (inquote && !ISCNTRL (*s)) in _find_end_of_line()
|
| H A D | ChangeLog-0001 | 1208 (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
|
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | v_txt.c | 1267 if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(evp->e_c) && in v_txt()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | functions.texi | 469 @deffnx Extension ISCNTRL (@var{c}) 510 the range of 7-bit ASCII. In particular, both ISPRINT and ISCNTRL return
|
| H A D | regex.c | 233 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro 3282 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | regex.c | 233 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro 3282 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
|
| H A D | functions.texi | 485 @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 D | stmt.c | 2662 else if (ISCNTRL (i)) in estimate_case_costs()
|