Searched refs:opt_d (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t48 my $opt_d = '-d:DProf';
51 open( R, "$perl \"$opt_d\" $test |" ) || warn "$0: Can't run. $!\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm15 $dpp = $opt_d || '../utils/dprofpp';
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DEditedFiles59 our $opt_d;
146 if (! $opt_d) {
152 if ($opt_d) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL106 use vars qw($opt_d $opt_c $opt_h $opt_o $opt_i);
165 if($opt_d)
401 unless ($opt_c || $opt_d) {
414 if($have_old && !$opt_d)
423 $opt_d = 1
H A Dh2xs.PL573 $opt_d,
612 'debugging|d' => \$opt_d,
860 print("Skip stringy $def => $rest\n") if $opt_d;
863 print "Matched $_ ($def)\n" if $opt_d;
877 print "... Passes mask of -M.\n" if $opt_d and $fmask;
1012 # eval {require 'dumpvar.pl'; ::dumpValue($td)} or warn $@ if $opt_d;
1028 if $opt_d;
1044 print "Typedefs are @td.\n" if $opt_d;
1064 print "Ignoring macro $k which expands to a typedef name '$bad_macs{$k}'\n" if $opt_d;
1415 if $opt_d;
[all...]
H A Dh2ph.PL51 use vars qw($opt_D $opt_d $opt_r $opt_l $opt_h $opt_a $opt_Q $opt_e);
57 my $Dest_dir = $opt_d || $Config{installsitearch};
H A Dc2ph.PL380 $opt_d && $debug++;
H A Ddprofpp.PL399 if(defined $opt_d){
H A Dperlbug.PL155 if ($::opt_d) { Dump(*STDOUT); exit; }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm211 our $opt_p = our $opt_d = our $opt_v = our $opt_f = '';
219 $DEBUG = 2 if $opt_d;
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni33 use vars qw($opt_d);
59 $appDebug = $opt_d;
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml57 our ($opt_d, $opt_e, $opt_i, $opt_o);
66 $appDebug = $opt_d;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm73 sub opt_d_with { shift->_elem('opt_d', @_) }
557 if($self->opt_d) {
1408 my $outspec = $self->opt_d; # Yes, -d overrides all else!
1413 # Otherwise open a write-handle on opt_d!f

Completed in 1257 milliseconds