Home
last modified time | relevance | path

Searched refs:optActualIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c149 if (eqv_od->optActualIndex != od->optIndex) { in handle_opt()
151 (opts->pOptDesc + eqv_od->optActualIndex)->pz_Name); in handle_opt()
161 eqv_od->optActualIndex = NO_EQUIVALENT; in handle_opt()
164 if (eqv_od->optActualIndex != od->optIndex) { in handle_opt()
170 eqv_od->optActualIndex = od->optIndex; in handle_opt()
183 od->optActualIndex = od->optIndex; in handle_opt()
H A Dputshell.c382 if (pOD->optActualIndex != optIx) { in optionPutShell()
383 tOptDesc * p = pOpts->pOptDesc + pOD->optActualIndex; in optionPutShell()
H A Dsave.c891 ? (opts->pOptDesc + od->optActualIndex) : od; in optionSaveFile()
H A Dusage.c821 && (od->optEquivIndex != od->optActualIndex ) ) { in prt_extd_usage()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h525 uint16_t optActualIndex; member
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h286 DESC(WAIT).optActualIndex = 17; \