Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dalias.c104 if (new_od->pOptProc != NULL) in optionAlias()
105 (*new_od->pOptProc)(opts, new_od); in optionAlias()
H A Dmakeshell.c422 if (pOptDesc->pOptProc == optionPrintVersion) { in emit_usage()
496 (*(od->pOptProc))(OPTPROC_EMIT_SHELL, od ); in emit_setup()
536 if (od->pOptProc == optionPrintVersion) in emit_action()
539 else if (od->pOptProc == optionPagedUsage) in emit_action()
542 else if (od->pOptProc == optionLoadOpt) { in emit_action()
548 if (od->pOptProc == NULL) { in emit_action()
586 if (od->pOptProc == optionLoadOpt) { in emit_inaction()
H A Dreset.c37 if (pOD->pOptProc != NULL) in optionReset()
38 pOD->pOptProc(pOpts, pOD); in optionReset()
H A Dusage.c740 displayEnum = (od->pOptProc != NULL) ? true : displayEnum; in prt_one_vendor()
848 if ( (od->pOptProc != NULL) in prt_extd_usage()
849 && (od->pOptProc != optionNumericVal) ) { in prt_extd_usage()
850 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
855 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
1074 displayEnum = (od->pOptProc != NULL) ? true : displayEnum; in prt_one_usage()
1213 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
H A Dputshell.c282 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_enumeration()
300 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_membership()
H A Denum.c259 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od ); in optionKeywordName()
523 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in optionMemberList()
H A Dsave.c372 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD ); in prt_value()
631 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in prt_enum_arg()
H A Dautoopts.c115 tOptProc * opt_proc = od->pOptProc; in handle_opt()
/freebsd-12.1/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h558 tpOptProc const pOptProc; member