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

/freebsd-13-stable/contrib/less/
H A Doption.h64 char *odesc[3]; /* Description of each value */ member in struct:loption
H A Doption.c272 s = optstring(s, &str, printopt, o->odesc[1]);
463 * Print the odesc message.
465 error(o->odesc[*(o->ovar)], NULL_PARG);
469 * The message is in odesc[1] and has a %d for
473 error(o->odesc[1], &parg);
525 return (o->odesc[0]);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dconfigfile.c149 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
171 optionFindValue(const tOptDesc * odesc, char const * name, char const * val) argument
175 if ( (odesc == NULL)
176 || (OPTST_GET_ARGTYPE(odesc->fOptState) != OPARG_TYPE_HIERARCHY)) {
180 else if (odesc->optCookie == NULL) {
185 tArgList * argl = odesc->optCookie;
224 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
248 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, argument
257 if ( (odesc == NULL)
258 || (OPTST_GET_ARGTYPE(odesc
1160 optionLoadOpt(tOptions * opts, tOptDesc * odesc) argument
[all...]

Completed in 173 milliseconds