Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dcheck.c131 if ( (pOD->optEquivIndex == NO_EQUIVALENT) in is_consistent()
132 || (pOD->optEquivIndex == pOD->optIndex) ) in is_consistent()
Dautoopts.c134 if (od->optEquivIndex != NO_EQUIVALENT) { in handle_opt()
135 tOptDesc * eqv_od = opts->pOptDesc + od->optEquivIndex; in handle_opt()
Dalias.c40 char const * eqv = (od->optEquivIndex != NO_EQUIVALENT) ? zequiv : zNil; in too_many_occurrences()
Dsave.c238 : ((od->optEquivIndex == NO_EQUIVALENT) in prt_entry()
880 if ( (od->optEquivIndex != NO_EQUIVALENT) in optionSaveFile()
881 && (od->optEquivIndex != od->optIndex)) in optionSaveFile()
Denv.c218 || (st.pOD->optEquivIndex != NO_EQUIVALENT) ) in env_presets()
Dusage.c822 if ( (od->optEquivIndex != NO_EQUIVALENT) in prt_extd_usage()
823 && (od->optEquivIndex != od->optActualIndex ) ) { in prt_extd_usage()
825 opts->pOptDesc[ od->optEquivIndex ].pz_Name); in prt_extd_usage()
Dputshell.c376 if (pOD->optEquivIndex != NO_EQUIVALENT) in optionPutShell()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h533 uint16_t const optEquivIndex; member