Searched refs:opt_t (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ntp-92/scripts/
H A Dfreq_adj.in32 $opt_t = $timer if !defined($opt_t);
35 if ($opt_t ne '') { # - and $opt_t found
36 if ($timer ne $opt_t) { # - - and they differ
37 warn "You specified a $opt_t timer but I detected a $timer timer.\n";
43 } else { # - but no $opt_t specified; this is OK
47 if ($opt_t ne '') { # - but $opt_t was specified
48 $timer = $opt_t; #
[all...]
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Didentd.perl540 if ($opt_t) {
41 $Timeout = $opt_t;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool212 opt_t=no
223 opt_t=no
239 opt_t=no
252 opt_t=no
264 opt_t=no
840 if [ ".$opt_t" = .yes ]; then
845 if [ ".$opt_t" = .yes ]; then
851 if [ ".$opt_t" = .yes ]; then
857 if [ ".$opt_t" = .yes ]; then
889 if [ ".$opt_t"
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcal.rb36 opt_j; opt_m; opt_t; opt_y; opt_c
41 def opt_t(flag=false) @opt_t = flag end method in class:Cal
70 gr = trans(gr) if @opt_t
144 when '-t'; cal.opt_t(true)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
262 my $format = $opt_t ? "plain text and " : "";
359 if ($opt_t) {
367 if (!$opt_t) {
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp132 use vars qw ( $opt_n $opt_m $opt_V $opt_v $opt_o $opt_h $opt_s $opt_t $opt_b);
184 # -t <filename> ($opt_t) option allows a file to be specified which
188 $opt_t
192 open(TFILE, $opt_t)
193 or die "Cannot open template file $opt_t: $!\n";
194 $opt_t = <TFILE>;
272 template => $opt_t,
/macosx-10.10.1/vim-55/runtime/tools/
H A Dshtags.pl54 $tags_file = $opt_t || 'tags';
/macosx-10.10.1/cron-39/crontab/
H A Dcrontab.c64 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enum
76 static enum opt_t Option;
/macosx-10.10.1/less-25/less/
H A Dfuncs.h195 public void opt_t ();
H A Doptfunc.c251 opt_t(type, s) function
H A Dopttbl.c346 STRING|NO_QUERY, 0, NULL, opt_t,

Completed in 237 milliseconds