Searched refs:PL_sortstash (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h957 #undef PL_sortstash
958 #define PL_sortstash (*Perl_Tsortstash_ptr(aTHX))
H A Dpp_sort.c1542 if (PL_sortstash != stash || !PL_firstgv || !PL_secondgv) {
1547 PL_sortstash = stash;
H A Dembedvar.h160 #define PL_sortstash (vTHX->Tsortstash) macro
1269 #define PL_sortstash (aTHX->Tsortstash) macro
1409 #define PL_Tsortstash PL_sortstash
H A Dsv.c11332 PL_sortstash = hv_dup(proto_perl->Tsortstash, param);

Completed in 81 milliseconds