Searched refs:ISPRINT (Results 1 – 25 of 41) sorted by relevance
12
77 # define iswprint(wc) ISPRINT ((unsigned char) (wc))98 #undef ISPRINT99 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro410 printable = ISPRINT (c); in quotearg_buffer_restyled()
186 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) macro
77 #define ISPRINT(C) isprint(C) macro89 #define ISPRINT(C) (isascii(C) && isprint(C)) macro667 FUNC(is_print, ISPRINT) in FUNC()
51 #define ISPRINT iswprint macro85 #define ISPRINT isprint macro
882 if (!ISPRINT(*cp)) in msg_print()
87 #undef ISPRINT95 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
1055 if (rl_point == rl_end && ISPRINT (c) && _rl_last_c_pos)
26 if (ISPRINT(*s))
86 #define ISPRINT(x) isprint((u_char)(x)) macro
95 if (ISPRINT (c)) \
100 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
240 ISPRINT (y->data[x]) ? y->data[x] : '.'); in pbarray()
89 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127)))
393 (disassemble_bytes): Use ISPRINT instead of isprint.395 (dump_data): Use ISPRINT instead of isprint.403 (write_rc_accelerators): Use ISPRINT instead of isprint.416 (isgraphic): Use ISPRINT instead of isascii/isprint.419 (pbarray): Use ISPRINT instead of isprint.422 (format_from_filename): Use ISPRINT instead of isprint.425 (unicode_print): Use ISPRINT instead of isprint.
1492 if (ISPRINT (data[j])) in disassemble_bytes()2525 printf ("%c", ISPRINT (data[j]) ? data[j] : '.'); in dump_section()
2382 && ISPRINT (acc->key) in write_rc_accelerators()2831 if (! ISPRINT (data[i]) && data[i] != '\n' in test_rc_datablock_text()
84 if (ISPRINT(c)) \
265 if (ISPRINT(c)) in dw2_asm_output_nstring()
661 if (ISPRINT (c)) in output_quoted_string()
798 if (ISPRINT (c)) in pp_c_char()
220 if (! ISPRINT (c)) in ihex_bad_byte()
251 if (! ISPRINT (c)) in srec_bad_byte()
684 if (! ISPRINT (*what))