/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | sub_lval.t | 36 sub get_st : lvalue { $blah } 42 $blah = 3; 46 print "# `$blah' ne 7\nnot " unless $blah == 7; 56 print "# `$blah' ne 8\nnot " unless $blah == 8; 66 print "# `$blah' ne 10\nnot " unless $blah == 10; 76 print "# `$blah' ne 11\nnot " unless $blah == 11; 86 print "# `$blah' ne 20\nnot " unless $blah == 20; 96 print "# `$blah' ne 21\nnot " unless $blah == 21; 106 print "# `$blah' ne 22\nnot " unless $blah == 22; 116 print "# `$blah' ne 23\nnot " unless $blah == 23; [all …]
|
H A D | array.t | 148 @foo = @foo = qw(foo b\a\r bu\\rbl blah); 171 local @bee = local(@bee) = qw(foo bar burbl blah); 199 my @bee = my @bee = qw(foo bar burbl blah);
|
H A D | re_tests | 523 ^(\()?blah(?(1)(\)))$ (blah) y $2 ) 524 ^(\()?blah(?(1)(\)))$ blah y ($2) () 525 ^(\()?blah(?(1)(\)))$ blah) n - - 526 ^(\()?blah(?(1)(\)))$ (blah n - - 527 ^(\(+)?blah(?(1)(\)))$ (blah) y $2 ) 528 ^(\(+)?blah(?(1)(\)))$ blah y ($2) () 529 ^(\(+)?blah(?(1)(\)))$ blah) n - - 530 ^(\(+)?blah(?(1)(\)))$ (blah n - -
|
H A D | pat.t | 402 $blah = 12; 404 print "not " unless $@ and $@ =~ /not allowed at runtime/ and $blah == 12; 409 $blah = 12; 412 print "#'$@','$res','$blah'\nnot " unless not $@ and $res; 414 print "#'$@','$res','$blah'\nnot " unless $@ and $@ =~ /not allowed at runtime/ and $blah == 12; 421 $blah = 12; 423 print "not " if $blah != 45; 427 $blah = 12; 428 /(?{$blah = 45})/; 429 print "not " if $blah != 45;
|
/onnv-gate/usr/src/common/openssl/crypto/dso/ |
H A D | README | 18 and if so, convert "blah" into "blah32.dll" (the default is 19 otherwise to make it "blah.dll").
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/t/ |
H A D | encode.t | 38 eval { $db1->Filter_Push('encode' => 'blah') }; 39 like $@, qr/^Encoding 'blah' is not available/, "push an illigal filter" ;
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | htmlview.t | 153 blah blah
|
H A D | htmlview.pod | 115 blah blah
|
/onnv-gate/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 129 char *blah; in sasl_encode64() local 149 blah=(char *) out; in sasl_encode64()
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
H A D | poderrs.t | 157 =item blah
|
/onnv-gate/usr/src/ |
H A D | README.license-files | 101 actions may be preceded by $(blah_ONLY), where "blah" corresponds
|
/onnv-gate/usr/src/lib/libshell/common/tests/ |
H A D | types.sh | 265 typeset blah=xxx
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/ |
H A D | op | 914 split /blah/g, "blah"; 916 split /blah/g, "blah";
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | perltrap.pod | 1129 &doit("blah"); 1133 # perl4 prints: Got blah Got blah Got blah Got blah 1134 # perl5 prints: infinite loop blah...
|
H A D | perldsc.pod | 115 C<${$blah}>, C<@{$blah}>, C<@{$blah[$i]}>, or else postfix pointer arrows,
|
H A D | perlsec.pod | 401 Your access to it does not give you permission to use it blah blah 402 blah." You should see a lawyer to be sure your licence's wording will
|
H A D | perlfaq3.pod | 738 Your access to it does not give you permission to use it blah blah 739 blah.'' We are not lawyers, of course, so you should see a lawyer if
|
H A D | perlre.pod | 499 ( (?i) blah ) \s+ \1 501 will match a repeated (I<including the case>!) word C<blah> in any
|
H A D | perl5005delta.pod | 224 /blah/ may be optimized to an analogue of index() if $& $` $' not seen;
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
H A D | ftpd.c | 6242 char *blah; local 6245 blah = inet_stop(sin); 6246 (void) strncpy(remoteaddr, blah, sizeof(remoteaddr));
|
/onnv-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 57 * "prop foo@chip/memory-controller/dimm/rank -> blah@chip/core/strand"
|
/onnv-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5701 % so \defmacro knows what to do. Define \macarg.blah for each blah
|
/onnv-gate/usr/src/common/openssl/ |
H A D | CHANGES | 4663 into a canonical native form. Eg. "blah" converted to 4664 "libblah.so" or "blah.dll" etc.
|