Searched refs:localize (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | local.t | 46 print +($@ =~ /Can't localize through a reference/) ? "" : "not ", "ok 21\n"; 49 print +($@ =~ /Can't localize through a reference/) ? "" : "not ", "ok 22\n"; 52 print +($@ =~ /Can't localize through a reference/) ? "" : "not ", "ok 23\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/ |
H A D | Langinfo.pm | 117 used to localize output and user interfaces. The langinfo() requires
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 500 $mby = CPAN::FTP->localize($m,$mby,3); 506 $mby = CPAN::FTP->localize($m,$mby,3); 511 $mby = CPAN::FTP->localize($m,$mby,3); 517 $mby = CPAN::FTP->localize($m,$mby,3);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
H A D | fresh_perl.t | 386 Can't localize lexical variable $a at - line 2.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perly.c | 2227 { yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); } 2373 { yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); }
|
H A D | embed.h | 473 #define localize Perl_localize macro 3000 #define localize(a,b) Perl_localize(aTHX_ a,b) macro
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Carp.pm | 198 You can localize this effect to inside C<eval> bodies if this is desireable:
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 129 int ch; /* localize() translation */ 1225 localize(Push_t* psp, char* s, char* e, int term, int n, Sfio_t* ip, int version, char* id, char* catalog) function 1341 (tsp = localize(psp, s, e, (sep || level) ? '?' : 0, sep || level, ip, version, id, catalog))) 1422 else if (X(catalog) && (tsp = localize(psp, s, e, 0, 1, ip, version, id, catalog))) 1946 if (X(catalog) && (tsp = localize(psp, s, NiL, 0, 1, ip, version, id, catalog)))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 2301 #-> sub CPAN::FTP::localize ; 2302 sub localize { subroutine 2305 Carp::croak "Usage: ->localize(cpan_file,as_local_file[,$force])" 3167 return CPAN::FTP->localize($wanted,$abs_wanted,$force); 3684 my $lc_file = CPAN::FTP->localize("authors/id/@$chksumfile", 3689 $lc_file = CPAN::FTP->localize("authors/id/@$chksumfile", 3875 $self->debug("Doing localize") if $CPAN::DEBUG; 3877 CPAN::FTP->localize("authors/id/$self->{ID}", 4183 $self->debug("Doing localize") if $CPAN::DEBUG; 4184 $local_file = CPAN::FTP->localize("author [all...] |
H A D | perl5db.pl | 517 local lexical, localize C<$saved[0]> (which is where C<save()> will put 631 # Since we're only saving $@, we only have to localize the array element
|
Completed in 180 milliseconds