Home
last modified time | relevance | path

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

/freebsd/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.c384 if (pOptDesc->pOptProc == optionPrintVersion) { in emit_usage()
458 (*(od->pOptProc))(OPTPROC_EMIT_SHELL, od ); in emit_setup()
498 if (od->pOptProc == optionPrintVersion) in emit_action()
501 else if (od->pOptProc == optionPagedUsage) in emit_action()
504 else if (od->pOptProc == optionLoadOpt) { in emit_action()
510 if (od->pOptProc == NULL) { in emit_action()
548 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.c689 displayEnum = (od->pOptProc != NULL) ? true : displayEnum; in prt_one_vendor()
797 if ( (od->pOptProc != NULL) in prt_extd_usage()
798 && (od->pOptProc != optionNumericVal) ) { in prt_extd_usage()
799 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
804 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
1023 displayEnum = (od->pOptProc != NULL) ? true : displayEnum; in prt_one_usage()
1162 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
H A Dputshell.c266 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_enumeration()
284 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_membership()
H A Denum.c235 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od ); in optionKeywordName()
499 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in optionMemberList()
H A Dautoopts.c109 tOptProc * opt_proc = od->pOptProc; in handle_opt()
H A Dsave.c323 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od ); in prt_value()
727 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in prt_enum_arg()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h559 tpOptProc const pOptProc; member