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

/freebsd-current/contrib/less/
H A Doption.h64 char *odesc[3]; /* Description of each value */ member in struct:loption
H A Doption.c266 s = optstring(s, &str, printopt, o->odesc[1]);
452 * Print the odesc message.
454 error(o->odesc[*(o->ovar)], NULL_PARG);
458 * The message is in odesc[1] and has a %d for
462 error(o->odesc[1], &parg);
507 return (o->odesc[0]);
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dconfigfile.c105 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
127 optionFindValue(const tOptDesc * odesc, char const * name, char const * val) argument
131 if ( (odesc == NULL)
132 || (OPTST_GET_ARGTYPE(odesc->fOptState) != OPARG_TYPE_HIERARCHY)) {
136 else if (odesc->optCookie == NULL) {
141 tArgList * argl = odesc->optCookie;
180 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
204 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, argument
213 if ( (odesc == NULL)
214 || (OPTST_GET_ARGTYPE(odesc
1116 optionLoadOpt(tOptions * opts, tOptDesc * odesc) argument
[all...]

Completed in 126 milliseconds