Searched refs:optionNextValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h803 * @code{optionGetValue()}, @code{optionNextValue()} and
939 * optionNextValue - get the next value from a hierarchical list
952 extern const tOptionValue * optionNextValue(const tOptionValue *, const tOptionValue *);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dconfigfile.c101 * @code{optionGetValue()}, @code{optionNextValue()} and
347 /*=export_func optionNextValue
375 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) function
H A Dsave.c508 } while (ovp = optionNextValue(base, ovp),

Completed in 105 milliseconds