Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c578 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()
H A Dag-char-map.h196 #define IS_GRAPHIC_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00004000) macro