Home
last modified time | relevance | path

Searched refs:blah (Results 1 – 23 of 23) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsub_lval.t36 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 Darray.t148 @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 Dre_tests523 ^(\()?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 Dpat.t402 $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 DREADME18 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 Dencode.t38 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 Dhtmlview.t153 blah blah
H A Dhtmlview.pod115 blah blah
/onnv-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c129 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 Dpoderrs.t157 =item blah
/onnv-gate/usr/src/
H A DREADME.license-files101 actions may be preceded by $(blah_ONLY), where "blah" corresponds
/onnv-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh265 typeset blah=xxx
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dop914 split /blah/g, "blah";
916 split /blah/g, "blah";
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltrap.pod1129 &doit("blah");
1133 # perl4 prints: Got blah Got blah Got blah Got blah
1134 # perl5 prints: infinite loop blah...
H A Dperldsc.pod115 C<${$blah}>, C<@{$blah}>, C<@{$blah[$i]}>, or else postfix pointer arrows,
H A Dperlsec.pod401 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 Dperlfaq3.pod738 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 Dperlre.pod499 ( (?i) blah ) \s+ \1
501 will match a repeated (I<including the case>!) word C<blah> in any
H A Dperl5005delta.pod224 /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 Dftpd.c6242 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 Damd64.esc57 * "prop foo@chip/memory-controller/dimm/rank -> blah@chip/core/strand"
/onnv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5701 % so \defmacro knows what to do. Define \macarg.blah for each blah
/onnv-gate/usr/src/common/openssl/
H A DCHANGES4663 into a canonical native form. Eg. "blah" converted to
4664 "libblah.so" or "blah.dll" etc.