Searched refs:ISCNTRL (Results 1 – 7 of 7) sorted by relevance
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
384 if (!ISCNTRL (c)) in listing_newline()
6118 || (inquote && !ISCNTRL (*s)) in _find_end_of_line()
1198 (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
235 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro3284 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
593 @deffnx Extension ISCNTRL (@var{c})634 the range of 7-bit ASCII. In particular, both ISPRINT and ISCNTRL return
460 if (ISCNTRL (c)) in print_symbol()524 if (ISCNTRL (c)) in printable_section_name()