Searched refs:optionNextValue (Results 1 – 3 of 3) sorted by relevance
954 extern const tOptionValue * optionNextValue(const tOptionValue *, const tOptionValue *);
476 } while (ovp = optionNextValue(base, ovp), in prt_nested()
331 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) in optionNextValue() function