Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDnested.c560 if (! IS_VAR_FIRST_CHAR(*++xml_name)) in scan_xml()
782 if (IS_VAR_FIRST_CHAR(*text)) in optionLoadNested()
HDconfigfile.c448 if (IS_VAR_FIRST_CHAR(*ftext)) { in file_preset()
453 if (IS_VAR_FIRST_CHAR(ftext[1])) in file_preset()
HDag-char-map.h241 #define IS_VAR_FIRST_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00180040) macro