Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c331 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) in optionNextValue() argument
337 if ((ov_list == NULL) || (ov_list->valType != OPARG_TYPE_HIERARCHY)) { in optionNextValue()
341 arg_list = ov_list->v.nestVal; in optionNextValue()