Searched refs:IS_NONPRINTABLE (Results 1 – 1 of 1) sorted by relevance
731 # define IS_NONPRINTABLE(c) (((c) < 0x20 && (c) != TAB && (c) != NL) \ macro760 len += IS_NONPRINTABLE(*p) ? 2 : 1; // nonprintable: ^X in set_printable_label_text()820 if ((*p & 0x80) == 0 && !IS_NONPRINTABLE(*p)) in set_printable_label_text()905 # undef IS_NONPRINTABLE