Searched refs:opt_n (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh62 opt_n=""
98 n ) opt_n="-n" ;;
112 if [[ -n "$opt_n" ]]; then
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Duninstall.ksh62 opt_n=""
98 n) opt_n="-n" ;;
113 if [[ -n "$opt_n" ]]; then
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Derrinfo69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Derrinfo69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
/osnet-11/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh88 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
103 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
117 [[ -z "$opt_n" ]] &&
131 [[ -z "$opt_n" ]] &&
148 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL156 if (!-t STDIN && !($ok and not $::opt_n)) {
165 Edit() unless $usefile || ($ok and not $::opt_n);
271 if ($::opt_n) {
272 if (substr($::opt_n, 0, 2) eq 'ok' ) {
273 $::opt_o = substr($::opt_n, 1);
296 unless ($::opt_n) {
303 $subject = ($::opt_n ? 'Not ' : '')
541 my $reptype = !$ok ? "bug" : $::opt_n ? "build failure" : "success";
699 return if ($ok and not $::opt_n) || $body;
H A Dh2xs.PL580 $opt_n,
619 'name|n=s' => \$opt_n,
683 my $module = $opt_n || 'Your::Module';
721 unless (@path_h or $opt_n);
767 my $module = $opt_n;
796 if( $path_h =~ s#::#/#g && $opt_n ){
H A Dc2ph.PL384 $opt_n && ($perl = 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm143 $self->_elem('opt_n', @_);
646 $self->opt_n("nroff") unless $self->opt_n;
647 $self->add_formatter_option( '__nroffer' => $self->opt_n );

Completed in 34 milliseconds