Home
last modified time | relevance | path

Searched refs:IS_GRAPHIC_CHAR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDusage.c780 || 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()
HDmakeshell.c616 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()
HDag-char-map.h196 #define IS_GRAPHIC_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00004000) macro