Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c127 optionFindValue(const tOptDesc * odesc, char const * name, char const * val) in optionFindValue() argument
131 if ( (odesc == NULL) in optionFindValue()
132 || (OPTST_GET_ARGTYPE(odesc->fOptState) != OPARG_TYPE_HIERARCHY)) { in optionFindValue()
136 else if (odesc->optCookie == NULL) { in optionFindValue()
141 tArgList * argl = odesc->optCookie; in optionFindValue()
204 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, in optionFindNextValue() argument
213 if ( (odesc == NULL) in optionFindNextValue()
214 || (OPTST_GET_ARGTYPE(odesc->fOptState) != OPARG_TYPE_HIERARCHY)) { in optionFindNextValue()
218 else if (odesc->optCookie == NULL) { in optionFindNextValue()
223 tArgList * argl = odesc->optCookie; in optionFindNextValue()
[all …]
/freebsd/contrib/less/
H A Doption.c279 s = optstring(s, &str, printopt, o->odesc[1]); in scan_option()
473 * Print the odesc message. in toggle_option()
476 error(o->odesc[*(o->ovar)], NULL_PARG);
480 * The message is in odesc[1] and has a %d for in flip_triple()
484 error(o->odesc[1], &parg); in flip_triple()
529 return (o->odesc[0]);
H A Doption.h65 constant char *odesc[3]; /* Description of each value */
64 char *odesc[3]; /* Description of each value */ global() member