Searched refs:pOptProc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | alias.c | 104 if (new_od->pOptProc != NULL) in optionAlias() 105 (*new_od->pOptProc)(opts, new_od); in optionAlias()
|
| H A D | makeshell.c | 422 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 D | reset.c | 37 if (pOD->pOptProc != NULL) in optionReset() 38 pOD->pOptProc(pOpts, pOD); in optionReset()
|
| H A D | usage.c | 740 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 D | putshell.c | 282 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_enumeration() 300 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD); in print_membership()
|
| H A D | enum.c | 259 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od ); in optionKeywordName() 523 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in optionMemberList()
|
| H A D | save.c | 372 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, pOD ); in prt_value() 631 (*(od->pOptProc))(OPTPROC_RETURN_VALNAME, od); in prt_enum_arg()
|
| H A D | autoopts.c | 115 tOptProc * opt_proc = od->pOptProc; in handle_opt()
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/autoopts/ |
| H A D | options.h | 558 tpOptProc const pOptProc; member
|