Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c518 if (! IS_VAR_FIRST_CHAR(*++xml_name)) in scan_xml()
740 if (IS_VAR_FIRST_CHAR(*text)) in optionLoadNested()
H A Dconfigfile.c404 if (IS_VAR_FIRST_CHAR(*ftext)) { in file_preset()
409 if (IS_VAR_FIRST_CHAR(ftext[1])) in file_preset()
H A Dag-char-map.h241 #define IS_VAR_FIRST_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00180040) macro