Home
last modified time | relevance | path

Searched refs:localize (Results 1 – 25 of 75) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/t/lib/croak/
Dpp_hot6 Can't localize through a reference at - line 1.
12 Can't localize through a reference at - line 1.
18 Can't localize through a reference at - line 1.
24 Can't localize through a reference at - line 1.
29 Can't localize through a reference at - line 1.
34 Can't localize through a reference at - line 1.
/openbsd/src/gnu/usr.bin/perl/t/op/
Dfresh_perl_utf8.t20 …like( $@, qr/Can't localize lexical variable \$ᨕ at /u, q!"Can't localize lexical" error is in UTF…
Dlocal.t78 like($@, qr/Can't localize through a reference/);
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DAuthor.pm153 CPAN::FTP->localize
164 CPAN::FTP->localize
DIndex.pm226 return CPAN::FTP->localize($wanted,$abs_wanted,$force);
DDistribution.pm142 CPAN::FTP->localize("authors/id/$norm",
464 CPAN::FTP->localize("authors/id/$self->{ID}",
882 return CPAN::FTP->localize("authors/id/$norm",
1403 $local_file = CPAN::FTP->localize($readme,
1458 $lc_file = CPAN::FTP->localize("authors/id/@local",
1463 $lc_file = CPAN::FTP->localize("authors/id/@local",
DFTP.pm312 sub localize { subroutine
/openbsd/src/gnu/usr.bin/perl/dist/PathTools/
DCwd.pm195 my @localize = grep exists $ENV{$_}, qw(IFS CDPATH ENV BASH_ENV) if $^O ne "amigaos";
196 local @ENV{@localize} if @localize;
/openbsd/src/gnu/llvm/llvm/tools/llvm-objcopy/
DObjcopyOpts.td132 : Flag<["--"], "localize-hidden">,
135 defm localize_symbol : Eq<"localize-symbol", "Mark <symbol> as local">,
138 : Eq<"localize-symbols",
144 HelpText<"Alias for --localize-symbol">;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/
D736_use_ok.t27 …local $TODO; # localize $TODO to clear previous assignment, as following use_ok test is expected t…
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DCMakeLists.txt151 COMMAND ${CMAKE_OBJCOPY} --localize-hidden ${name}.o
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm838 …eval { CPAN::FTP->localize('MIRRORED.BY',File::Spec->catfile($CPAN::Config->{keep_source_where},'M…
976 CPAN::FTP->localize( $file, $local_path, 3, 1 );
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5203delta.pod126 Perl_save_re_context() is hard-coded to localize, because that function has no
127 efficient way of determining at runtime what vars to localize.
Dperltrap.pod439 If you localize an exported variable in a module, its exported value will
Dperlobj.pod949 Because C<DESTROY> methods can be called at any time, you should localize
952 variable, it doesn't hurt to localize it. There are five global status
953 variables, and the safest way is to localize all five of them:
Dperl5005delta.pod48 a "Can't localize lexical variable @_ ..." message. This may be enabled
764 =item Can't localize pseudo-hash element
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-objcopy.rst375 .. option:: --localize-hidden
379 .. option:: --localize-symbol <symbol>, -L
384 .. option:: --localize-symbols <filename>
/openbsd/src/gnu/usr.bin/perl/dist/Safe/
DChanges15 - localize %SIG in the Safe compartment
/openbsd/src/gnu/usr.bin/perl/
Dperly.y1371 { $$ = localize($operand,0); }
1518 { $$ = localize($myterm,1); }
1522 { $$ = newUNOP(OP_REFGEN, 0, localize($operand,1)); }
Dop.c3069 int localize = -1; in Perl_op_lvalue_flags() local
3234 localize = 1; in Perl_op_lvalue_flags()
3255 localize = 1; in Perl_op_lvalue_flags()
3292 localize = 1; in Perl_op_lvalue_flags()
3306 localize = -1; in Perl_op_lvalue_flags()
3338 localize = 0; in Perl_op_lvalue_flags()
3379 localize = 1; in Perl_op_lvalue_flags()
3390 localize = 0; in Perl_op_lvalue_flags()
3396 localize = 0; in Perl_op_lvalue_flags()
3435 localize = 0; in Perl_op_lvalue_flags()
[all …]
Dperly.act1800 { (yyval.opval) = localize((ps[0].val.opval),0); }
2116 { (yyval.opval) = localize((ps[0].val.opval),1); }
2128 { (yyval.opval) = newUNOP(OP_REFGEN, 0, localize((ps[0].val.opval),1)); }
/openbsd/src/gnu/usr.bin/perl/t/uni/
Dgv.t591 is ($@, '', "Can localize FAKE glob that's present in stash");
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/
DChangeLog109 Fix for CPAN RT #34182: Don't localize $@.
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
DMaketext.pod559 complete and you start to localize it, you can scrape together
1170 Here is a brief checklist on how to use Maketext to localize
1394 that uses Locale::Maketext to localize its messages. For a larger
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
DTPJ13.pod42 Imagine that your task for the day is to localize a piece of software
73 But you still have to localize it for all the languages you're

123