Searched refs:xsub (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | universal.c | 1325 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()
|
| D | builtin.c | 26 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()
|
| D | vxs.inc | 23 xsub; this is a little more machine code/tailcall friendly than mPUSHs(foo);
|
| D | pp_hot.c | 149 Perl_xs_wrap(pTHX_ XSUBADDR_t xsub, CV *cv) in Perl_xs_wrap() argument 172 xsub(aTHX_ cv); in Perl_xs_wrap()
|
| D | README.os2 | 1808 =item C<OS2::DLLname([how [, \&xsub]])> 1811 function bound to by C<&xsub>. The meaning of C<how> is: default (2):
|
| D | proto.h | 10412 Perl_xs_wrap(pTHX_ XSUBADDR_t xsub, CV *cv); 10414 assert(xsub); assert(cv)
|
| D | embed.fnc | 6115 EXopx |void |xs_wrap |NN XSUBADDR_t xsub \
|
| D | MANIFEST | 5117 ext/XS-APItest/t/gotosub.t XS::APItest: tests goto &xsub and hints
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5200delta.pod | 3278 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 @_.
|
| D | perlperf.pod | 624 |2 |2 |2 |0.00511 |0.00511 |XSLoader:: |load (xsub) |
|
| D | perlguts.pod | 2750 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)
|
| D | perl589delta.pod | 1672 Fixed bug RT #35878, croaking from a XSUB called via C<goto &xsub> corrupts perl
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | descrip_mms.template | 235 h6 = sv.h thread.h utf8.h util.h vmsish.h warnings.h xsub.h
|