Searched refs:newXS (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | universal.c | 192 newXS("UNIVERSAL::isa", XS_UNIVERSAL_isa, file); 193 newXS("UNIVERSAL::can", XS_UNIVERSAL_can, file); 194 newXS("UNIVERSAL::VERSION", XS_UNIVERSAL_VERSION, file); 195 newXS("utf8::is_utf8", XS_utf8_is_utf8, file); 196 newXS("utf8::valid", XS_utf8_valid, file); 197 newXS("utf8::encode", XS_utf8_encode, file); 198 newXS("utf8::decode", XS_utf8_decode, file); 199 newXS("utf8::upgrade", XS_utf8_upgrade, file); 200 newXS("utf8::downgrade", XS_utf8_downgrade, file); 201 newXS("utf [all...] |
H A D | xsutils.c | 41 * package-specific newXS() calls. Since the layout of the 51 newXS("attributes::bootstrap", XS_attributes_bootstrap, file); 155 newXS("attributes::_modify_attrs", XS_attributes__modify_attrs, file);
|
H A D | XSUB.h | 211 #define newXSproto(a,b,c,d) sv_setpv((SV*)newXS(a,b,c), d)
|
H A D | perlio.c | 332 newXS("PerlIO::Layer::find", XS_PerlIO__Layer__find, __FILE__); 1114 newXS("io::MODIFY_SCALAR_ATTRIBUTES", XS_io_MODIFY_SCALAR_ATTRIBUTES, 1117 newXS("PerlIO::Layer::find", XS_PerlIO__Layer__find, __FILE__); 1118 newXS("PerlIO::Layer::NoWarnings", XS_PerlIO__Layer__NoWarnings, __FILE__);
|
H A D | embed.h | 722 #define newXS Perl_newXS macro 3248 #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c) macro
|
H A D | op.c | 4478 cv = newXS(name, const_sv_xsub, savepv(CopFILE(PL_curcop))); 4492 =for apidoc U||newXS
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | dl_dlopen.xs | 253 ST(0) = sv_2mortal(newRV((SV*)newXS(perl_name,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.xs | 706 newXS("DB::sub", XS_DB_sub, file); 707 newXS("DB::goto", XS_DB_goto, file);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | xsubpp | 615 " newXS(\"$overload\", XS_$Full_func_name, file$proto);\n"); 1515 my $newXS = "newXS" ; 1520 $newXS = "newXSproto"; 1548 # cv = newXS(\"$name\", XS_$Full_func_name, file); 1558 # cv = newXS(\"$pname\", XS_$Full_func_name, file); 1566 # cv = newXS(\"$name\", XS_$Full_func_name, file); 1576 " ${newXS}(\"$pname\", XS_$Full_func_name, file$proto);\n"); 1595 newXS("${Package}::()", XS_${Packid}_nil, file$proto);
|
H A D | Embed.pm | 488 This function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
|
Completed in 99 milliseconds