Searched refs:IS_GRAPHIC_CHAR (Results 1 – 3 of 3) sorted by relevance
780 || IS_GRAPHIC_CHAR(od->optValue)) in prt_vendor_opts()798 || IS_GRAPHIC_CHAR(od->optValue)) in prt_vendor_opts()1008 else if (! IS_GRAPHIC_CHAR(od->optValue)) { in prt_preamble()1135 && (! IS_GRAPHIC_CHAR(od->optValue))) in prt_opt_usage()
616 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()
196 #define IS_GRAPHIC_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00004000) macro