Searched refs:opt_state (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ntp-92/libopts/
H A Dreset.c73 tOptState opt_state = OPTSTATE_INITIALIZER(DEFINED); local
102 succ = shortOptionFind(pOpts, (tAoUC)*pzArg, &opt_state);
110 succ = longOptionFind(pOpts, (char *)pzArg, &opt_state);
125 optionReset(pOpts, opt_state.pOD);
H A Dsave.c367 tAoUI opt_state = pOD->fOptState; local
391 pOD->fOptState = opt_state;
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dreset.c73 tOptState opt_state = OPTSTATE_INITIALIZER(DEFINED); local
102 succ = shortOptionFind(pOpts, (tAoUC)*pzArg, &opt_state);
110 succ = longOptionFind(pOpts, (char *)pzArg, &opt_state);
125 optionReset(pOpts, opt_state.pOD);
H A Dsave.c367 tAoUI opt_state = pOD->fOptState; local
391 pOD->fOptState = opt_state;
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm1473 $opt_state,
1475 %opt_state,
1489 $opt_state = $s->{opts}{$option};
1490 %opt_state = %$opt_state;
1491 \%opt_state;

Completed in 128 milliseconds