Home
last modified time | relevance | path

Searched refs:optEquivIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dcheck.c129 if ( (pOD->optEquivIndex == NO_EQUIVALENT) in is_consistent()
130 || (pOD->optEquivIndex == pOD->optIndex) ) in is_consistent()
H A Dautoopts.c132 if (od->optEquivIndex != NO_EQUIVALENT) { in handle_opt()
133 tOptDesc * eqv_od = opts->pOptDesc + od->optEquivIndex; in handle_opt()
H A Dalias.c38 char const * eqv = (od->optEquivIndex != NO_EQUIVALENT) ? zequiv : zNil; in too_many_occurrences()
H A Dsave.c236 : ((od->optEquivIndex == NO_EQUIVALENT) in prt_entry()
878 if ( (od->optEquivIndex != NO_EQUIVALENT) in optionSaveFile()
879 && (od->optEquivIndex != od->optIndex)) in optionSaveFile()
H A Denv.c216 || (st.pOD->optEquivIndex != NO_EQUIVALENT) ) in env_presets()
H A Dusage.c820 if ( (od->optEquivIndex != NO_EQUIVALENT) in prt_extd_usage()
821 && (od->optEquivIndex != od->optActualIndex ) ) { in prt_extd_usage()
823 opts->pOptDesc[ od->optEquivIndex ].pz_Name); in prt_extd_usage()
H A Dputshell.c374 if (pOD->optEquivIndex != NO_EQUIVALENT) in optionPutShell()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h531 uint16_t const optEquivIndex; member