Searched refs:stashpv (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Debug.pm | 76 printf <<'EOT', $op->label, $op->stashpv, $op->file, $op->cop_seq, $op->arybase, $op->line, ${$op->warnings}, cstring($cop_io);
|
H A D | Bytecode.pm | 619 asm "cop_stashpv", pvix $cop->stashpv;
|
H A D | C.pm | 551 sprintf("CopSTASHPV_set(&cop_list[$ix], %s);", cstring($op->stashpv)));
|
H A D | Deparse.pm | 1364 my $stash = $op->stashpv;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 1059 =item stashpv
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 1580 is expected to be associated with the package identified by the C<stashpv> 1593 Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, argument 1616 newSVOP(OP_CONST, 0, newSVpv(stashpv,0)),
|
H A D | proto.h | 59 PERL_CALLCONV void Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, char *attrstr, STRLEN len);
|
Completed in 47 milliseconds