Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Duniversal.c1325 XSUBADDR_t xsub; member
1427 const struct xsub_details *xsub = these_details; in Perl_boot_core_UNIVERSAL() local
1431 CV *cv = newXS_flags(xsub->name, xsub->xsub, file, xsub->proto, 0); in Perl_boot_core_UNIVERSAL()
1432 XSANY.any_i32 = xsub->ix; in Perl_boot_core_UNIVERSAL()
1433 } while (++xsub < end); in Perl_boot_core_UNIVERSAL()
Dbuiltin.c26 XSUBADDR_t xsub; member
791 CV *cv = newXS_flags(SvPV_nolen(name), builtin->xsub, __FILE__, proto, 0); in Perl_boot_core_builtin()
794 if ( builtin->xsub == &XS_builtin_func1_void in Perl_boot_core_builtin()
795 || builtin->xsub == &XS_builtin_func1_scalar) in Perl_boot_core_builtin()
Dvxs.inc23 xsub; this is a little more machine code/tailcall friendly than mPUSHs(foo);
Dpp_hot.c149 Perl_xs_wrap(pTHX_ XSUBADDR_t xsub, CV *cv) in Perl_xs_wrap() argument
172 xsub(aTHX_ cv); in Perl_xs_wrap()
DREADME.os21808 =item C<OS2::DLLname([how [, \&xsub]])>
1811 function bound to by C<&xsub>. The meaning of C<how> is: default (2):
Dproto.h10412 Perl_xs_wrap(pTHX_ XSUBADDR_t xsub, CV *cv);
10414 assert(xsub); assert(cv)
Dembed.fnc6115 EXopx |void |xs_wrap |NN XSUBADDR_t xsub \
DMANIFEST5117 ext/XS-APItest/t/gotosub.t XS::APItest: tests goto &xsub and hints
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5200delta.pod3278 C<&xsub> and C<goto &xsub> calls now allow the called subroutine to autovivify
3283 C<&xsub> and C<goto &xsub> no longer crash if *_ has been undefined and has no
3288 C<&xsub> and C<goto &xsub> now work with tied @_.
Dperlperf.pod624 |2 |2 |2 |0.00511 |0.00511 |XSLoader:: |load (xsub) |
Dperlguts.pod2750 SUB attributes::bootstrap = (xsub 0x811fedc 0)
2752 SUB UNIVERSAL::can = (xsub 0x811f50c 0)
2754 SUB UNIVERSAL::isa = (xsub 0x811f304 0)
2756 SUB UNIVERSAL::VERSION = (xsub 0x811f7ac 0)
2758 SUB DynaLoader::boot_DynaLoader = (xsub 0x805b188 0)
Dperl589delta.pod1672 Fixed bug RT #35878, croaking from a XSUB called via C<goto &xsub> corrupts perl
/openbsd/src/gnu/usr.bin/perl/vms/
Ddescrip_mms.template235 h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h xsub.h