Home
last modified time | relevance | path

Searched refs:localizing (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c4353 const bool localizing = PL_op->op_private & OPpLVAL_INTRO; in PP() local
4362 if (localizing) { in PP()
4392 if (localizing) { in PP()
4605 const bool localizing = PL_op->op_private & OPpLVAL_INTRO; in PP() local
4610 if (UNLIKELY(localizing)) { in PP()
4644 if (UNLIKELY(localizing)) { in PP()
4803 if (UNLIKELY(localizing)) { in PP()
4835 if (localizing) { in PP()
6581 const bool localizing = PL_op->op_private & OPpLVAL_INTRO; in PP() local
6595 if (UNLIKELY(localizing)) { in PP()
[all …]
H A Dpp.c5276 if (localizing) { in PP()
5283 if (lval && localizing) { in PP()
5300 if (localizing && can_preserve) { in PP()
5312 if (localizing) { in PP()
5798 const bool localizing = PL_op->op_private & OPpLVAL_INTRO; in PP() local
5801 if (localizing) { in PP()
5815 if (localizing && can_preserve) { in PP()
5830 if (localizing) { in PP()
7493 const bool localizing = PL_op->op_private & OPpLVAL_INTRO; variable
7496 if (UNLIKELY(localizing)) {
[all …]
H A Dintrpvar.h133 PERLVAR(I, localizing, U8) /* are we processing a local() list?
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO153 localizing
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DTPJ13.pod25 localizing software interfaces -- i.e., making them work in the user's
462 noun should use. But suppose that you discover, while localizing an
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pod979 but since you anticipate localizing this, you write:
1285 (You may, in fact, want to start with localizing to I<one> other language
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5005delta.pod768 you can get a similar effect by localizing the corresponding array
H A Dperl589delta.pod1983 C<set> magic on localizing/assigning to a magic variable will now only
H A Dperlvar.pod1612 Why? Because C<nasty_break()> modifies C<$\> without localizing it
H A Dperlre.pod1951 similar localizing behaviours. So later code blocks within the same
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlvaro.txt71 …u'll have to do that on your own. Localizing $. has the effect of also localizing Perl's notion of…
H A Dperlvar.pod229 has the effect of also localizing Perl's notion of "the last read
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlvar-copy.pod115 Why? Because nasty_break() modifies C<$_> without localizing it