代码搜索结果

找到约 16,374 项符合 Op-Amp 的代码

profile

# /etc/profile: system-wide .profile file for the Bourne shells echo echo -n "Processing /etc/profile... " # no-op echo "Done" echo

debug.pm

package B::Debug; use strict; use B qw(peekop class walkoptree walkoptree_exec main_start main_root cstring sv_undef); use B::Asmdata qw(@specialsv_name); my %done_gv; sub B::OP::debug {

run

run.c Mandatory Warnings ALL TODO ------------------ NULL OP IN RUN __END__

op

op.c AOK "my" variable %s masks earlier declaration in same scope my $x; my $x ; Variable "%s" may be unavailable sub x { my $x; sub y { $x

readdir.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; } eval 'opendir(NOSUCH, "no/such/directory");'; if ($@) { print "1..0\n"; exit; } print "1..3\n"; for $i (1..2000) { local *OP;

subst_wamp.t

#!./perl $dummy = defined $&; # Now we have it... for $file ('op/subst.t', 't/op/subst.t') { if (-r $file) { do $file; exit; } } die "Cannot find op/subst.t or t/op/subst.t\n";

regexp_noamp.t

#!./perl $skip_amp = 1; for $file ('op/regexp.t', 't/op/regexp.t') { if (-r $file) { do $file; exit; } } die "Cannot find op/regexp.t or t/op/regexp.t\n";

glob.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; } print "1..6\n"; @oops = @ops = ; if ($^O eq 'MSWin32') { map { $files{lc($_)}++ } ; map { delete $files{"op/$_"} }

profile

# /etc/profile: system-wide .profile file for the Bourne shells echo echo -n "Processing /etc/profile... " # no-op echo "Done" echo