Home
last modified time | relevance | path

Searched refs:pp_entertry (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/pod/
H A Dperlinterp.pod162 example, C<pp_entersub> and C<pp_entertry> just push a C<CXt_SUB> or
259 pp_entertry(), just before some trappable ops are executed. In fact perl
306 inner loop (i.e. the one established by the pp_entertry()). To avoid
328 C<entertry> op on line 3, CATCH_GET() is true, so pp_entertry() calls
330 which restarts the pp_entertry(), then executes the C<die> op. At this
/openbsd/gnu/usr.bin/perl/
H A Dpp_proto.h74 PERL_CALLCONV PP(pp_entertry) __attribute__visibility__("hidden");
H A Dpp_ctl.c5654 PP(pp_entertry) in PP() argument