Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c182 if (IS_INVERSION_CHAR(*name) && (name[2] == NUL)) { in find_name()
H A Dag-char-map.h201 #define IS_INVERSION_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00008000) macro