Skip to main content

Module thx

Module thx 

Source
Expand description

Threaded-style calling-convention shims (GH-20).

Every function here takes my_perl: *mut PerlInterpreter first. The argument is forwarded when the wrapped function wants a context and silently dropped when it does not — which covers both non-threaded builds (no function takes a context) and the handful of context-free functions on threaded builds. Downstream code can therefore call sys::thx::Perl_foo(my_perl, ...) uniformly and compile against both MULTIPLICITY modes unchanged.

Wraps both the bindgen externs (bindings.rs) and the libperl-macrogen-generated inline functions (macro_bindings.rs) — the latter also change signature with the threading mode. C variadic functions (e.g. Perl_croak) cannot be wrapped in stable Rust and are omitted; call them through the crate root with an explicit #[cfg(perl_useithreads)] branch if you need them.

Functions§

AMG_CALLunary
thx shim for crate::AMG_CALLunary.
ASCII_TO_NATIVE
thx shim for crate::ASCII_TO_NATIVE.
ASSUME
thx shim for crate::ASSUME.
AvALLOC
thx shim for crate::AvALLOC.
AvARRAY
thx shim for crate::AvARRAY.
AvARYLEN
thx shim for crate::AvARYLEN.
AvFILLp
thx shim for crate::AvFILLp.
AvMAX
thx shim for crate::AvMAX.
AvREAL
thx shim for crate::AvREAL.
AvREALISH
thx shim for crate::AvREALISH.
AvREAL_off
thx shim for crate::AvREAL_off.
AvREAL_on
thx shim for crate::AvREAL_on.
AvREAL_only
thx shim for crate::AvREAL_only.
AvREIFY
thx shim for crate::AvREIFY.
AvREIFY_off
thx shim for crate::AvREIFY_off.
AvREIFY_on
thx shim for crate::AvREIFY_on.
AvREIFY_only
thx shim for crate::AvREIFY_only.
BOOL_INTERNALS_sv_isbool
thx shim for crate::BOOL_INTERNALS_sv_isbool.
BOOL_INTERNALS_sv_isbool_false
thx shim for crate::BOOL_INTERNALS_sv_isbool_false.
BOOL_INTERNALS_sv_isbool_true
thx shim for crate::BOOL_INTERNALS_sv_isbool_true.
BhkFLAGS
thx shim for crate::BhkFLAGS.
BmUSEFUL
thx shim for crate::BmUSEFUL.
CALLREGCOMP
thx shim for crate::CALLREGCOMP.
CX_CUR
thx shim for crate::CX_CUR.
C_ARRAY_END
thx shim for crate::C_ARRAY_END.
C_ARRAY_LENGTH
thx shim for crate::C_ARRAY_LENGTH.
CopFEATURES_setfrom
thx shim for crate::CopFEATURES_setfrom.
CopFILE
thx shim for crate::CopFILE.
CopFILEAV
thx shim for crate::CopFILEAV.
CopFILEAVn
thx shim for crate::CopFILEAVn.
CopFILEAVx
thx shim for crate::CopFILEAVx.
CopFILEGV
thx shim for crate::CopFILEGV.
CopFILESV
thx shim for crate::CopFILESV.
CopFILE_copy_x
thx shim for crate::CopFILE_copy_x.
CopFILE_free_x
thx shim for crate::CopFILE_free_x.
CopFILE_set_x
thx shim for crate::CopFILE_set_x.
CopFILE_setn_x
thx shim for crate::CopFILE_setn_x.
CopHINTHASH_get
thx shim for crate::CopHINTHASH_get.
CopHINTS_get
thx shim for crate::CopHINTS_get.
CopLABEL
thx shim for crate::CopLABEL.
CopLABEL_alloc
thx shim for crate::CopLABEL_alloc.
CopLABEL_len
thx shim for crate::CopLABEL_len.
CopLABEL_len_flags
thx shim for crate::CopLABEL_len_flags.
CopLINE
thx shim for crate::CopLINE.
CopLINE_dec
thx shim for crate::CopLINE_dec.
CopLINE_inc
thx shim for crate::CopLINE_inc.
CopSTASH
thx shim for crate::CopSTASH.
CopSTASHPV
thx shim for crate::CopSTASHPV.
CopSTASH_eq
thx shim for crate::CopSTASH_eq.
CopSTASH_ne
thx shim for crate::CopSTASH_ne.
CowREFCNT
thx shim for crate::CowREFCNT.
CvANON
thx shim for crate::CvANON.
CvANONCONST
thx shim for crate::CvANONCONST.
CvANONCONST_off
thx shim for crate::CvANONCONST_off.
CvANONCONST_on
thx shim for crate::CvANONCONST_on.
CvANON_off
thx shim for crate::CvANON_off.
CvANON_on
thx shim for crate::CvANON_on.
CvAUTOLOAD
thx shim for crate::CvAUTOLOAD.
CvAUTOLOAD_off
thx shim for crate::CvAUTOLOAD_off.
CvAUTOLOAD_on
thx shim for crate::CvAUTOLOAD_on.
CvCLONE
thx shim for crate::CvCLONE.
CvCLONED
thx shim for crate::CvCLONED.
CvCLONED_off
thx shim for crate::CvCLONED_off.
CvCLONED_on
thx shim for crate::CvCLONED_on.
CvCLONE_off
thx shim for crate::CvCLONE_off.
CvCLONE_on
thx shim for crate::CvCLONE_on.
CvCONST
thx shim for crate::CvCONST.
CvCONST_off
thx shim for crate::CvCONST_off.
CvCONST_on
thx shim for crate::CvCONST_on.
CvCVGV_RC
thx shim for crate::CvCVGV_RC.
CvCVGV_RC_off
thx shim for crate::CvCVGV_RC_off.
CvCVGV_RC_on
thx shim for crate::CvCVGV_RC_on.
CvDEPTH
thx shim for crate::CvDEPTH.
CvDEPTHunsafe
thx shim for crate::CvDEPTHunsafe.
CvDYNFILE
thx shim for crate::CvDYNFILE.
CvDYNFILE_off
thx shim for crate::CvDYNFILE_off.
CvDYNFILE_on
thx shim for crate::CvDYNFILE_on.
CvEVAL
thx shim for crate::CvEVAL.
CvEVAL_off
thx shim for crate::CvEVAL_off.
CvEVAL_on
thx shim for crate::CvEVAL_on.
CvFILE
thx shim for crate::CvFILE.
CvFILEGV
thx shim for crate::CvFILEGV.
CvFILE_set_from_cop
thx shim for crate::CvFILE_set_from_cop.
CvFLAGS
thx shim for crate::CvFLAGS.
CvGV
thx shim for crate::CvGV.
CvGvNAME_HEK
thx shim for crate::CvGvNAME_HEK.
CvHASGV
thx shim for crate::CvHASGV.
CvHSCXT
thx shim for crate::CvHSCXT.
CvISXSUB
thx shim for crate::CvISXSUB.
CvISXSUB_off
thx shim for crate::CvISXSUB_off.
CvISXSUB_on
thx shim for crate::CvISXSUB_on.
CvIsMETHOD
thx shim for crate::CvIsMETHOD.
CvIsMETHOD_off
thx shim for crate::CvIsMETHOD_off.
CvIsMETHOD_on
thx shim for crate::CvIsMETHOD_on.
CvLEXICAL
thx shim for crate::CvLEXICAL.
CvLEXICAL_off
thx shim for crate::CvLEXICAL_off.
CvLEXICAL_on
thx shim for crate::CvLEXICAL_on.
CvLVALUE
thx shim for crate::CvLVALUE.
CvLVALUE_off
thx shim for crate::CvLVALUE_off.
CvLVALUE_on
thx shim for crate::CvLVALUE_on.
CvNAMED
thx shim for crate::CvNAMED.
CvNAMED_off
thx shim for crate::CvNAMED_off.
CvNAMED_on
thx shim for crate::CvNAMED_on.
CvNAME_HEK
thx shim for crate::CvNAME_HEK.
CvNODEBUG
thx shim for crate::CvNODEBUG.
CvNODEBUG_off
thx shim for crate::CvNODEBUG_off.
CvNODEBUG_on
thx shim for crate::CvNODEBUG_on.
CvNOWARN_AMBIGUOUS
thx shim for crate::CvNOWARN_AMBIGUOUS.
CvNOWARN_AMBIGUOUS_off
thx shim for crate::CvNOWARN_AMBIGUOUS_off.
CvNOWARN_AMBIGUOUS_on
thx shim for crate::CvNOWARN_AMBIGUOUS_on.
CvOUTSIDE
thx shim for crate::CvOUTSIDE.
CvOUTSIDE_SEQ
thx shim for crate::CvOUTSIDE_SEQ.
CvPADLIST
thx shim for crate::CvPADLIST.
CvPROTOLEN
thx shim for crate::CvPROTOLEN.
CvREFCOUNTED_ANYSV
thx shim for crate::CvREFCOUNTED_ANYSV.
CvREFCOUNTED_ANYSV_off
thx shim for crate::CvREFCOUNTED_ANYSV_off.
CvREFCOUNTED_ANYSV_on
thx shim for crate::CvREFCOUNTED_ANYSV_on.
CvROOT
thx shim for crate::CvROOT.
CvSIGNATURE
thx shim for crate::CvSIGNATURE.
CvSIGNATURE_off
thx shim for crate::CvSIGNATURE_off.
CvSIGNATURE_on
thx shim for crate::CvSIGNATURE_on.
CvSLABBED
thx shim for crate::CvSLABBED.
CvSLABBED_off
thx shim for crate::CvSLABBED_off.
CvSLABBED_on
thx shim for crate::CvSLABBED_on.
CvSPECIAL
thx shim for crate::CvSPECIAL.
CvSPECIAL_off
thx shim for crate::CvSPECIAL_off.
CvSPECIAL_on
thx shim for crate::CvSPECIAL_on.
CvSTART
thx shim for crate::CvSTART.
CvSTASH
thx shim for crate::CvSTASH.
CvUNIQUE
thx shim for crate::CvUNIQUE.
CvUNIQUE_off
thx shim for crate::CvUNIQUE_off.
CvUNIQUE_on
thx shim for crate::CvUNIQUE_on.
CvWEAKOUTSIDE
thx shim for crate::CvWEAKOUTSIDE.
CvWEAKOUTSIDE_off
thx shim for crate::CvWEAKOUTSIDE_off.
CvWEAKOUTSIDE_on
thx shim for crate::CvWEAKOUTSIDE_on.
CvXSUB
thx shim for crate::CvXSUB.
CvXSUBANY
thx shim for crate::CvXSUBANY.
CvXS_RCSTACK
thx shim for crate::CvXS_RCSTACK.
CvXS_RCSTACK_off
thx shim for crate::CvXS_RCSTACK_off.
CvXS_RCSTACK_on
thx shim for crate::CvXS_RCSTACK_on.
CxEVALBLOCK
thx shim for crate::CxEVALBLOCK.
CxEVAL_TXT_REFCNTED
thx shim for crate::CxEVAL_TXT_REFCNTED.
CxHASARGS
thx shim for crate::CxHASARGS.
CxITERVAR
thx shim for crate::CxITERVAR.
CxLABEL
thx shim for crate::CxLABEL.
CxLABEL_len
thx shim for crate::CxLABEL_len.
CxLABEL_len_flags
thx shim for crate::CxLABEL_len_flags.
CxLVAL
thx shim for crate::CxLVAL.
CxMULTICALL
thx shim for crate::CxMULTICALL.
CxOLD_IN_EVAL
thx shim for crate::CxOLD_IN_EVAL.
CxOLD_OP_TYPE
thx shim for crate::CxOLD_OP_TYPE.
CxONCE
thx shim for crate::CxONCE.
CxPADLOOP
thx shim for crate::CxPADLOOP.
CxREALEVAL
thx shim for crate::CxREALEVAL.
CxTRY
thx shim for crate::CxTRY.
CxTRYBLOCK
thx shim for crate::CxTRYBLOCK.
CxTYPE
thx shim for crate::CxTYPE.
DO_UTF8
thx shim for crate::DO_UTF8.
DUP_WARNINGS
thx shim for crate::DUP_WARNINGS.
Drand01
thx shim for crate::Drand01.
ENTER_with_name
thx shim for crate::ENTER_with_name.
FILTER_READ
thx shim for crate::FILTER_READ.
FmLINES
thx shim for crate::FmLINES.
GROK_NUMERIC_RADIX
thx shim for crate::GROK_NUMERIC_RADIX.
GvASSUMECV
thx shim for crate::GvASSUMECV.
GvASSUMECV_off
thx shim for crate::GvASSUMECV_off.
GvASSUMECV_on
thx shim for crate::GvASSUMECV_on.
GvAV
thx shim for crate::GvAV.
GvAVn
thx shim for crate::GvAVn.
GvCV
thx shim for crate::GvCV.
GvCVGEN
thx shim for crate::GvCVGEN.
GvCVu
thx shim for crate::GvCVu.
GvEGV
thx shim for crate::GvEGV.
GvEGVx
thx shim for crate::GvEGVx.
GvENAME
thx shim for crate::GvENAME.
GvENAMELEN
thx shim for crate::GvENAMELEN.
GvENAMEUTF8
thx shim for crate::GvENAMEUTF8.
GvENAME_HEK
thx shim for crate::GvENAME_HEK.
GvESTASH
thx shim for crate::GvESTASH.
GvFILE
thx shim for crate::GvFILE.
GvFILEGV
thx shim for crate::GvFILEGV.
GvFILE_HEK
thx shim for crate::GvFILE_HEK.
GvFILEx
thx shim for crate::GvFILEx.
GvFLAGS
thx shim for crate::GvFLAGS.
GvFORM
thx shim for crate::GvFORM.
GvGP
thx shim for crate::GvGP.
GvGPFLAGS
thx shim for crate::GvGPFLAGS.
GvHV
thx shim for crate::GvHV.
GvHVn
thx shim for crate::GvHVn.
GvIMPORTED
thx shim for crate::GvIMPORTED.
GvIMPORTED_AV
thx shim for crate::GvIMPORTED_AV.
GvIMPORTED_AV_off
thx shim for crate::GvIMPORTED_AV_off.
GvIMPORTED_AV_on
thx shim for crate::GvIMPORTED_AV_on.
GvIMPORTED_CV
thx shim for crate::GvIMPORTED_CV.
GvIMPORTED_CV_off
thx shim for crate::GvIMPORTED_CV_off.
GvIMPORTED_CV_on
thx shim for crate::GvIMPORTED_CV_on.
GvIMPORTED_HV
thx shim for crate::GvIMPORTED_HV.
GvIMPORTED_HV_off
thx shim for crate::GvIMPORTED_HV_off.
GvIMPORTED_HV_on
thx shim for crate::GvIMPORTED_HV_on.
GvIMPORTED_SV
thx shim for crate::GvIMPORTED_SV.
GvIMPORTED_SV_off
thx shim for crate::GvIMPORTED_SV_off.
GvIMPORTED_SV_on
thx shim for crate::GvIMPORTED_SV_on.
GvIMPORTED_off
thx shim for crate::GvIMPORTED_off.
GvIMPORTED_on
thx shim for crate::GvIMPORTED_on.
GvINTRO
thx shim for crate::GvINTRO.
GvINTRO_off
thx shim for crate::GvINTRO_off.
GvINTRO_on
thx shim for crate::GvINTRO_on.
GvIO
thx shim for crate::GvIO.
GvIOn
thx shim for crate::GvIOn.
GvIOp
thx shim for crate::GvIOp.
GvLINE
thx shim for crate::GvLINE.
GvMULTI
thx shim for crate::GvMULTI.
GvMULTI_off
thx shim for crate::GvMULTI_off.
GvMULTI_on
thx shim for crate::GvMULTI_on.
GvNAME
thx shim for crate::GvNAME.
GvNAMELEN
thx shim for crate::GvNAMELEN.
GvNAMELEN_get
thx shim for crate::GvNAMELEN_get.
GvNAMEUTF8
thx shim for crate::GvNAMEUTF8.
GvNAME_HEK
thx shim for crate::GvNAME_HEK.
GvNAME_get
thx shim for crate::GvNAME_get.
GvONCE_FATAL
thx shim for crate::GvONCE_FATAL.
GvONCE_FATAL_off
thx shim for crate::GvONCE_FATAL_off.
GvONCE_FATAL_on
thx shim for crate::GvONCE_FATAL_on.
GvREFCNT
thx shim for crate::GvREFCNT.
GvSTASH
thx shim for crate::GvSTASH.
GvSV
thx shim for crate::GvSV.
GvSVn
thx shim for crate::GvSVn.
GvXPVGV
thx shim for crate::GvXPVGV.
Gv_AMG
thx shim for crate::Gv_AMG.
Gv_AMupdate
thx shim for crate::Gv_AMupdate.
HEK_FLAGS
thx shim for crate::HEK_FLAGS.
HEK_HASH
thx shim for crate::HEK_HASH.
HEK_KEY
thx shim for crate::HEK_KEY.
HEK_LEN
thx shim for crate::HEK_LEN.
HEK_UTF8
thx shim for crate::HEK_UTF8.
HEK_UTF8_off
thx shim for crate::HEK_UTF8_off.
HEK_UTF8_on
thx shim for crate::HEK_UTF8_on.
HEK_WASUTF8
thx shim for crate::HEK_WASUTF8.
HEK_WASUTF8_off
thx shim for crate::HEK_WASUTF8_off.
HEK_WASUTF8_on
thx shim for crate::HEK_WASUTF8_on.
HeHASH
thx shim for crate::HeHASH.
HeKEY
thx shim for crate::HeKEY.
HeKEY_hek
thx shim for crate::HeKEY_hek.
HeKEY_sv
thx shim for crate::HeKEY_sv.
HeKFLAGS
thx shim for crate::HeKFLAGS.
HeKLEN
thx shim for crate::HeKLEN.
HeKLEN_UTF8
thx shim for crate::HeKLEN_UTF8.
HeKUTF8
thx shim for crate::HeKUTF8.
HeKWASUTF8
thx shim for crate::HeKWASUTF8.
HeNEXT
thx shim for crate::HeNEXT.
HeSVKEY
thx shim for crate::HeSVKEY.
HeSVKEY_force
thx shim for crate::HeSVKEY_force.
HeUTF8
thx shim for crate::HeUTF8.
HeVAL
thx shim for crate::HeVAL.
HvAMAGIC
thx shim for crate::HvAMAGIC.
HvAMAGIC_off
thx shim for crate::HvAMAGIC_off.
HvAMAGIC_on
thx shim for crate::HvAMAGIC_on.
HvARRAY
thx shim for crate::HvARRAY.
HvAUX
thx shim for crate::HvAUX.
HvEITER
thx shim for crate::HvEITER.
HvEITER_get
thx shim for crate::HvEITER_get.
HvENAME
thx shim for crate::HvENAME.
HvENAMELEN
thx shim for crate::HvENAMELEN.
HvENAMELEN_get
thx shim for crate::HvENAMELEN_get.
HvENAMEUTF8
thx shim for crate::HvENAMEUTF8.
HvENAME_HEK
thx shim for crate::HvENAME_HEK.
HvENAME_HEK_NN
thx shim for crate::HvENAME_HEK_NN.
HvENAME_get
thx shim for crate::HvENAME_get.
HvFILL
thx shim for crate::HvFILL.
HvHASKFLAGS
thx shim for crate::HvHASKFLAGS.
HvHASKFLAGS_off
thx shim for crate::HvHASKFLAGS_off.
HvHASKFLAGS_on
thx shim for crate::HvHASKFLAGS_on.
HvHasAUX
thx shim for crate::HvHasAUX.
HvHasENAME
thx shim for crate::HvHasENAME.
HvHasENAME_HEK
thx shim for crate::HvHasENAME_HEK.
HvHasNAME
thx shim for crate::HvHasNAME.
HvLASTRAND_get
thx shim for crate::HvLASTRAND_get.
HvLAZYDEL
thx shim for crate::HvLAZYDEL.
HvLAZYDEL_off
thx shim for crate::HvLAZYDEL_off.
HvLAZYDEL_on
thx shim for crate::HvLAZYDEL_on.
HvMAX
thx shim for crate::HvMAX.
HvMROMETA
thx shim for crate::HvMROMETA.
HvNAME
thx shim for crate::HvNAME.
HvNAMELEN
thx shim for crate::HvNAMELEN.
HvNAMELEN_get
thx shim for crate::HvNAMELEN_get.
HvNAMEUTF8
thx shim for crate::HvNAMEUTF8.
HvNAME_HEK
thx shim for crate::HvNAME_HEK.
HvNAME_HEK_NN
thx shim for crate::HvNAME_HEK_NN.
HvNAME_get
thx shim for crate::HvNAME_get.
HvPLACEHOLDERS
thx shim for crate::HvPLACEHOLDERS.
HvPLACEHOLDERS_get
thx shim for crate::HvPLACEHOLDERS_get.
HvRAND_get
thx shim for crate::HvRAND_get.
HvRITER
thx shim for crate::HvRITER.
HvRITER_get
thx shim for crate::HvRITER_get.
HvSHAREKEYS
thx shim for crate::HvSHAREKEYS.
HvSHAREKEYS_off
thx shim for crate::HvSHAREKEYS_off.
HvSHAREKEYS_on
thx shim for crate::HvSHAREKEYS_on.
HvSTASH_IS_CLASS
thx shim for crate::HvSTASH_IS_CLASS.
HvTOTALKEYS
thx shim for crate::HvTOTALKEYS.
HvUSEDKEYS
thx shim for crate::HvUSEDKEYS.
IN_LC
thx shim for crate::IN_LC.
IN_LC_COMPILETIME
thx shim for crate::IN_LC_COMPILETIME.
IN_LC_RUNTIME
thx shim for crate::IN_LC_RUNTIME.
I_32
thx shim for crate::I_32.
I_V
thx shim for crate::I_V.
IoANY
thx shim for crate::IoANY.
IoBOTTOM_GV
thx shim for crate::IoBOTTOM_GV.
IoBOTTOM_NAME
thx shim for crate::IoBOTTOM_NAME.
IoDIRP
thx shim for crate::IoDIRP.
IoFLAGS
thx shim for crate::IoFLAGS.
IoFMT_GV
thx shim for crate::IoFMT_GV.
IoFMT_NAME
thx shim for crate::IoFMT_NAME.
IoIFP
thx shim for crate::IoIFP.
IoLINES
thx shim for crate::IoLINES.
IoLINES_LEFT
thx shim for crate::IoLINES_LEFT.
IoOFP
thx shim for crate::IoOFP.
IoPAGE
thx shim for crate::IoPAGE.
IoPAGE_LEN
thx shim for crate::IoPAGE_LEN.
IoTOP_GV
thx shim for crate::IoTOP_GV.
IoTOP_NAME
thx shim for crate::IoTOP_NAME.
IoTYPE
thx shim for crate::IoTYPE.
LATIN1_TO_NATIVE
thx shim for crate::LATIN1_TO_NATIVE.
LEAVE_with_name
thx shim for crate::LEAVE_with_name.
LINKLIST
thx shim for crate::LINKLIST.
LvFLAGS
thx shim for crate::LvFLAGS.
LvSTARGOFF
thx shim for crate::LvSTARGOFF.
LvTARG
thx shim for crate::LvTARG.
LvTARGLEN
thx shim for crate::LvTARGLEN.
LvTARGOFF
thx shim for crate::LvTARGOFF.
LvTYPE
thx shim for crate::LvTYPE.
MORTALDESTRUCTOR_SV
thx shim for crate::MORTALDESTRUCTOR_SV.
MRO_GET_PRIVATE_DATA
thx shim for crate::MRO_GET_PRIVATE_DATA.
MUTABLE_AV
thx shim for crate::MUTABLE_AV.
MUTABLE_CV
thx shim for crate::MUTABLE_CV.
MUTABLE_GV
thx shim for crate::MUTABLE_GV.
MUTABLE_HV
thx shim for crate::MUTABLE_HV.
MUTABLE_IO
thx shim for crate::MUTABLE_IO.
MUTABLE_PTR
thx shim for crate::MUTABLE_PTR.
MUTABLE_SV
thx shim for crate::MUTABLE_SV.
MgBYTEPOS
thx shim for crate::MgBYTEPOS.
MgSV
thx shim for crate::MgSV.
MgTAINTEDDIR
thx shim for crate::MgTAINTEDDIR.
MgTAINTEDDIR_off
thx shim for crate::MgTAINTEDDIR_off.
MgTAINTEDDIR_on
thx shim for crate::MgTAINTEDDIR_on.
NATIVE8_TO_UNI
thx shim for crate::NATIVE8_TO_UNI.
NATIVE_TO_ASCII
thx shim for crate::NATIVE_TO_ASCII.
NATIVE_TO_LATIN1
thx shim for crate::NATIVE_TO_LATIN1.
NV_WITHIN_IV
thx shim for crate::NV_WITHIN_IV.
NV_WITHIN_UV
thx shim for crate::NV_WITHIN_UV.
OP_CLASS
thx shim for crate::OP_CLASS.
OP_TYPE_IS
thx shim for crate::OP_TYPE_IS.
ObjectFIELDS
thx shim for crate::ObjectFIELDS.
ObjectITERSVAT
thx shim for crate::ObjectITERSVAT.
ObjectMAXFIELD
thx shim for crate::ObjectMAXFIELD.
OpHAS_SIBLING
thx shim for crate::OpHAS_SIBLING.
OpLASTSIB_set
thx shim for crate::OpLASTSIB_set.
OpMAYBESIB_set
thx shim for crate::OpMAYBESIB_set.
OpMORESIB_set
thx shim for crate::OpMORESIB_set.
OpSIBLING
thx shim for crate::OpSIBLING.
OutCopFILE
thx shim for crate::OutCopFILE.
PAD_BASE_SV
thx shim for crate::PAD_BASE_SV.
PAD_COMPNAME_GEN
thx shim for crate::PAD_COMPNAME_GEN.
PAD_SAVE_SETNULLPAD
thx shim for crate::PAD_SAVE_SETNULLPAD.
PAD_SETSV
thx shim for crate::PAD_SETSV.
PAD_SET_CUR
thx shim for crate::PAD_SET_CUR.
PAD_SET_CUR_NOSAVE
thx shim for crate::PAD_SET_CUR_NOSAVE.
PAD_SV
thx shim for crate::PAD_SV.
PAD_SVl
thx shim for crate::PAD_SVl.
PERL_ABS
thx shim for crate::PERL_ABS.
PERL_HASH_ITER_BUCKET
thx shim for crate::PERL_HASH_ITER_BUCKET.
PERL_STACK_OVERFLOW_CHECK
thx shim for crate::PERL_STACK_OVERFLOW_CHECK.
PERL_SYS_INIT
thx shim for crate::PERL_SYS_INIT.
PERL_SYS_TERM
thx shim for crate::PERL_SYS_TERM.
PERL_WRITE_MSG_TO_CONSOLE
thx shim for crate::PERL_WRITE_MSG_TO_CONSOLE.
PM_GETRE
thx shim for crate::PM_GETRE.
PNfARG
thx shim for crate::PNfARG.
PVT__PERL_HASH_SEED_STATE
thx shim for crate::PVT__PERL_HASH_SEED_STATE.
PadARRAY
thx shim for crate::PadARRAY.
PadMAX
thx shim for crate::PadMAX.
PadlistARRAY
thx shim for crate::PadlistARRAY.
PadlistMAX
thx shim for crate::PadlistMAX.
PadlistNAMES
thx shim for crate::PadlistNAMES.
PadlistNAMESARRAY
thx shim for crate::PadlistNAMESARRAY.
PadlistNAMESMAX
thx shim for crate::PadlistNAMESMAX.
PadlistREFCNT
thx shim for crate::PadlistREFCNT.
PadnameHasTYPE
thx shim for crate::PadnameHasTYPE.
PadnameIsOUR
thx shim for crate::PadnameIsOUR.
PadnameLEN
thx shim for crate::PadnameLEN.
PadnameOURSTASH
thx shim for crate::PadnameOURSTASH.
PadnamePV
thx shim for crate::PadnamePV.
PadnameREFCNT
thx shim for crate::PadnameREFCNT.
PadnameREFCNT_dec
thx shim for crate::PadnameREFCNT_dec.
PadnameREFCNT_inc
thx shim for crate::PadnameREFCNT_inc.
PadnameSV
thx shim for crate::PadnameSV.
PadnameTYPE
thx shim for crate::PadnameTYPE.
PadnameUTF8
thx shim for crate::PadnameUTF8.
PadnamelistARRAY
thx shim for crate::PadnamelistARRAY.
PadnamelistMAX
thx shim for crate::PadnamelistMAX.
PadnamelistMAXNAMED
thx shim for crate::PadnamelistMAXNAMED.
PadnamelistREFCNT
thx shim for crate::PadnamelistREFCNT.
PadnamelistREFCNT_dec
thx shim for crate::PadnamelistREFCNT_dec.
PadnamelistREFCNT_inc
thx shim for crate::PadnamelistREFCNT_inc.
PerlIO_clearerr
thx shim for crate::PerlIO_clearerr.
PerlIO_close
thx shim for crate::PerlIO_close.
PerlIO_eof
thx shim for crate::PerlIO_eof.
PerlIO_error
thx shim for crate::PerlIO_error.
PerlIO_fileno
thx shim for crate::PerlIO_fileno.
PerlIO_fill
thx shim for crate::PerlIO_fill.
PerlIO_flush
thx shim for crate::PerlIO_flush.
PerlIO_get_base
thx shim for crate::PerlIO_get_base.
PerlIO_get_bufsiz
thx shim for crate::PerlIO_get_bufsiz.
PerlIO_get_cnt
thx shim for crate::PerlIO_get_cnt.
PerlIO_get_ptr
thx shim for crate::PerlIO_get_ptr.
PerlIO_read
thx shim for crate::PerlIO_read.
PerlIO_restore_errno
thx shim for crate::PerlIO_restore_errno.
PerlIO_save_errno
thx shim for crate::PerlIO_save_errno.
PerlIO_seek
thx shim for crate::PerlIO_seek.
PerlIO_set_cnt
thx shim for crate::PerlIO_set_cnt.
PerlIO_set_ptrcnt
thx shim for crate::PerlIO_set_ptrcnt.
PerlIO_setlinebuf
thx shim for crate::PerlIO_setlinebuf.
PerlIO_stderr
thx shim for crate::PerlIO_stderr.
PerlIO_stdin
thx shim for crate::PerlIO_stdin.
PerlIO_stdout
thx shim for crate::PerlIO_stdout.
PerlIO_teardown
thx shim for crate::PerlIO_teardown.
PerlIO_tell
thx shim for crate::PerlIO_tell.
PerlIO_unread
thx shim for crate::PerlIO_unread.
PerlIO_write
thx shim for crate::PerlIO_write.
PerlMemParse_is_locked
thx shim for crate::PerlMemParse_is_locked.
PerlMemShared_is_locked
thx shim for crate::PerlMemShared_is_locked.
PerlMem_is_locked
thx shim for crate::PerlMem_is_locked.
PerlProc_fork
thx shim for crate::PerlProc_fork.
PerlProc_getegid
thx shim for crate::PerlProc_getegid.
PerlProc_geteuid
thx shim for crate::PerlProc_geteuid.
PerlProc_getgid
thx shim for crate::PerlProc_getgid.
PerlProc_getuid
thx shim for crate::PerlProc_getuid.
PerlProc_pclose
thx shim for crate::PerlProc_pclose.
PerlProc_popen
thx shim for crate::PerlProc_popen.
PerlProc_popen_list
thx shim for crate::PerlProc_popen_list.
Perl_CvDEPTH
thx shim for crate::Perl_CvDEPTH.
Perl_CvGV
thx shim for crate::Perl_CvGV.
Perl_Gv_AMupdate
thx shim for crate::Perl_Gv_AMupdate.
Perl_POPMARK
thx shim for crate::Perl_POPMARK.
Perl_PerlIO_clearerr
thx shim for crate::Perl_PerlIO_clearerr.
Perl_PerlIO_close
thx shim for crate::Perl_PerlIO_close.
Perl_PerlIO_context_layers
thx shim for crate::Perl_PerlIO_context_layers.
Perl_PerlIO_eof
thx shim for crate::Perl_PerlIO_eof.
Perl_PerlIO_error
thx shim for crate::Perl_PerlIO_error.
Perl_PerlIO_fileno
thx shim for crate::Perl_PerlIO_fileno.
Perl_PerlIO_fill
thx shim for crate::Perl_PerlIO_fill.
Perl_PerlIO_flush
thx shim for crate::Perl_PerlIO_flush.
Perl_PerlIO_get_base
thx shim for crate::Perl_PerlIO_get_base.
Perl_PerlIO_get_bufsiz
thx shim for crate::Perl_PerlIO_get_bufsiz.
Perl_PerlIO_get_cnt
thx shim for crate::Perl_PerlIO_get_cnt.
Perl_PerlIO_get_ptr
thx shim for crate::Perl_PerlIO_get_ptr.
Perl_PerlIO_read
thx shim for crate::Perl_PerlIO_read.
Perl_PerlIO_restore_errno
thx shim for crate::Perl_PerlIO_restore_errno.
Perl_PerlIO_save_errno
thx shim for crate::Perl_PerlIO_save_errno.
Perl_PerlIO_seek
thx shim for crate::Perl_PerlIO_seek.
Perl_PerlIO_set_cnt
thx shim for crate::Perl_PerlIO_set_cnt.
Perl_PerlIO_set_ptrcnt
thx shim for crate::Perl_PerlIO_set_ptrcnt.
Perl_PerlIO_setlinebuf
thx shim for crate::Perl_PerlIO_setlinebuf.
Perl_PerlIO_stderr
thx shim for crate::Perl_PerlIO_stderr.
Perl_PerlIO_stdin
thx shim for crate::Perl_PerlIO_stdin.
Perl_PerlIO_stdout
thx shim for crate::Perl_PerlIO_stdout.
Perl_PerlIO_tell
thx shim for crate::Perl_PerlIO_tell.
Perl_PerlIO_unread
thx shim for crate::Perl_PerlIO_unread.
Perl_PerlIO_write
thx shim for crate::Perl_PerlIO_write.
Perl_ReANY
thx shim for crate::Perl_ReANY.
Perl_Slab_Alloc
thx shim for crate::Perl_Slab_Alloc.
Perl_Slab_Free
thx shim for crate::Perl_Slab_Free.
Perl_SvAMAGIC_off
thx shim for crate::Perl_SvAMAGIC_off.
Perl_SvAMAGIC_on
thx shim for crate::Perl_SvAMAGIC_on.
Perl_SvGETMAGIC
thx shim for crate::Perl_SvGETMAGIC.
Perl_SvIV
thx shim for crate::Perl_SvIV.
Perl_SvIV_nomg
thx shim for crate::Perl_SvIV_nomg.
Perl_SvNV
thx shim for crate::Perl_SvNV.
Perl_SvNV_nomg
thx shim for crate::Perl_SvNV_nomg.
Perl_SvPADSTALE_off
thx shim for crate::Perl_SvPADSTALE_off.
Perl_SvPADSTALE_on
thx shim for crate::Perl_SvPADSTALE_on.
Perl_SvPVXtrue
thx shim for crate::Perl_SvPVXtrue.
Perl_SvREFCNT_dec
thx shim for crate::Perl_SvREFCNT_dec.
Perl_SvREFCNT_dec_NN
thx shim for crate::Perl_SvREFCNT_dec_NN.
Perl_SvREFCNT_dec_ret_NULL
thx shim for crate::Perl_SvREFCNT_dec_ret_NULL.
Perl_SvREFCNT_inc
thx shim for crate::Perl_SvREFCNT_inc.
Perl_SvREFCNT_inc_NN
thx shim for crate::Perl_SvREFCNT_inc_NN.
Perl_SvREFCNT_inc_void
thx shim for crate::Perl_SvREFCNT_inc_void.
Perl_SvTRUE
thx shim for crate::Perl_SvTRUE.
Perl_SvTRUE_NN
thx shim for crate::Perl_SvTRUE_NN.
Perl_SvTRUE_common
thx shim for crate::Perl_SvTRUE_common.
Perl_SvTRUE_nomg
thx shim for crate::Perl_SvTRUE_nomg.
Perl_SvUV
thx shim for crate::Perl_SvUV.
Perl_SvUV_nomg
thx shim for crate::Perl_SvUV_nomg.
Perl_TOPMARK
thx shim for crate::Perl_TOPMARK.
Perl__byte_dump_string
thx shim for crate::Perl__byte_dump_string.
Perl__force_out_malformed_utf8_message
thx shim for crate::Perl__force_out_malformed_utf8_message.
Perl__inverse_folds
thx shim for crate::Perl__inverse_folds.
Perl__is_in_locale_category
thx shim for crate::Perl__is_in_locale_category.
Perl__is_uni_FOO
thx shim for crate::Perl__is_uni_FOO.
Perl__is_uni_perl_idcont
thx shim for crate::Perl__is_uni_perl_idcont.
Perl__is_uni_perl_idstart
thx shim for crate::Perl__is_uni_perl_idstart.
Perl__is_utf8_FOO
thx shim for crate::Perl__is_utf8_FOO.
Perl__is_utf8_perl_idcont
thx shim for crate::Perl__is_utf8_perl_idcont.
Perl__is_utf8_perl_idstart
thx shim for crate::Perl__is_utf8_perl_idstart.
Perl__to_uni_fold_flags
thx shim for crate::Perl__to_uni_fold_flags.
Perl__to_utf8_fold_flags
thx shim for crate::Perl__to_utf8_fold_flags.
Perl__to_utf8_lower_flags
thx shim for crate::Perl__to_utf8_lower_flags.
Perl__to_utf8_title_flags
thx shim for crate::Perl__to_utf8_title_flags.
Perl__to_utf8_upper_flags
thx shim for crate::Perl__to_utf8_upper_flags.
Perl__utf8n_to_uvchr_msgs_helper
thx shim for crate::Perl__utf8n_to_uvchr_msgs_helper.
Perl_alloccopstash
thx shim for crate::Perl_alloccopstash.
Perl_amagic_applies
thx shim for crate::Perl_amagic_applies.
Perl_amagic_call
thx shim for crate::Perl_amagic_call.
Perl_amagic_deref_call
thx shim for crate::Perl_amagic_deref_call.
Perl_any_dup
thx shim for crate::Perl_any_dup.
Perl_append_utf8_from_native_byte
thx shim for crate::Perl_append_utf8_from_native_byte.
Perl_apply_attrs_string
thx shim for crate::Perl_apply_attrs_string.
Perl_apply_builtin_cv_attributes
thx shim for crate::Perl_apply_builtin_cv_attributes.
Perl_atfork_lock
thx shim for crate::Perl_atfork_lock.
Perl_atfork_unlock
thx shim for crate::Perl_atfork_unlock.
Perl_atof
thx shim for crate::Perl_atof.
Perl_av_arylen_p
thx shim for crate::Perl_av_arylen_p.
Perl_av_clear
thx shim for crate::Perl_av_clear.
Perl_av_count
thx shim for crate::Perl_av_count.
Perl_av_create_and_push
thx shim for crate::Perl_av_create_and_push.
Perl_av_create_and_unshift_one
thx shim for crate::Perl_av_create_and_unshift_one.
Perl_av_delete
thx shim for crate::Perl_av_delete.
Perl_av_dump
thx shim for crate::Perl_av_dump.
Perl_av_exists
thx shim for crate::Perl_av_exists.
Perl_av_extend
thx shim for crate::Perl_av_extend.
Perl_av_fetch
thx shim for crate::Perl_av_fetch.
Perl_av_fill
thx shim for crate::Perl_av_fill.
Perl_av_iter_p
thx shim for crate::Perl_av_iter_p.
Perl_av_len
thx shim for crate::Perl_av_len.
Perl_av_make
thx shim for crate::Perl_av_make.
Perl_av_pop
thx shim for crate::Perl_av_pop.
Perl_av_push
thx shim for crate::Perl_av_push.
Perl_av_push_simple
thx shim for crate::Perl_av_push_simple.
Perl_av_reify
thx shim for crate::Perl_av_reify.
Perl_av_remove_offset
thx shim for crate::Perl_av_remove_offset.
Perl_av_shift
thx shim for crate::Perl_av_shift.
Perl_av_store
thx shim for crate::Perl_av_store.
Perl_av_store_simple
thx shim for crate::Perl_av_store_simple.
Perl_av_undef
thx shim for crate::Perl_av_undef.
Perl_av_unshift
thx shim for crate::Perl_av_unshift.
Perl_block_end
thx shim for crate::Perl_block_end.
Perl_block_gimme
thx shim for crate::Perl_block_gimme.
Perl_block_start
thx shim for crate::Perl_block_start.
Perl_blockhook_register
thx shim for crate::Perl_blockhook_register.
Perl_bytes_cmp_utf8
thx shim for crate::Perl_bytes_cmp_utf8.
Perl_bytes_from_utf8
thx shim for crate::Perl_bytes_from_utf8.
Perl_bytes_from_utf8_loc
thx shim for crate::Perl_bytes_from_utf8_loc.
Perl_bytes_to_utf8
thx shim for crate::Perl_bytes_to_utf8.
Perl_call_argv
thx shim for crate::Perl_call_argv.
Perl_call_atexit
thx shim for crate::Perl_call_atexit.
Perl_call_list
thx shim for crate::Perl_call_list.
Perl_call_method
thx shim for crate::Perl_call_method.
Perl_call_pv
thx shim for crate::Perl_call_pv.
Perl_call_sv
thx shim for crate::Perl_call_sv.
Perl_caller_cx
thx shim for crate::Perl_caller_cx.
Perl_calloc
thx shim for crate::Perl_calloc.
Perl_cast_i32
thx shim for crate::Perl_cast_i32.
Perl_cast_iv
thx shim for crate::Perl_cast_iv.
Perl_cast_ulong
thx shim for crate::Perl_cast_ulong.
Perl_cast_uv
thx shim for crate::Perl_cast_uv.
Perl_ck_entersub_args_list
thx shim for crate::Perl_ck_entersub_args_list.
Perl_ck_entersub_args_proto
thx shim for crate::Perl_ck_entersub_args_proto.
Perl_ck_entersub_args_proto_or_list
thx shim for crate::Perl_ck_entersub_args_proto_or_list.
Perl_ckwarn
thx shim for crate::Perl_ckwarn.
Perl_ckwarn_d
thx shim for crate::Perl_ckwarn_d.
Perl_clear_defarray
thx shim for crate::Perl_clear_defarray.
Perl_clear_defarray_simple
thx shim for crate::Perl_clear_defarray_simple.
Perl_clone_params_del
thx shim for crate::Perl_clone_params_del.
Perl_clone_params_new
thx shim for crate::Perl_clone_params_new.
Perl_cntrl_to_mnemonic
thx shim for crate::Perl_cntrl_to_mnemonic.
Perl_cop_fetch_label
thx shim for crate::Perl_cop_fetch_label.
Perl_cop_file_avn
thx shim for crate::Perl_cop_file_avn.
Perl_cop_store_label
thx shim for crate::Perl_cop_store_label.
Perl_croak_memory_wrap
thx shim for crate::Perl_croak_memory_wrap.
Perl_croak_no_modify
thx shim for crate::Perl_croak_no_modify.
Perl_croak_popstack
thx shim for crate::Perl_croak_popstack.
Perl_croak_sv
thx shim for crate::Perl_croak_sv.
Perl_croak_xs_usage
thx shim for crate::Perl_croak_xs_usage.
Perl_csighandler
thx shim for crate::Perl_csighandler.
Perl_csighandler1
thx shim for crate::Perl_csighandler1.
Perl_csighandler3
thx shim for crate::Perl_csighandler3.
Perl_current_re_engine
thx shim for crate::Perl_current_re_engine.
Perl_custom_op_get_field
thx shim for crate::Perl_custom_op_get_field.
Perl_custom_op_register
thx shim for crate::Perl_custom_op_register.
Perl_cv_ckproto_len_flags
thx shim for crate::Perl_cv_ckproto_len_flags.
Perl_cv_clone
thx shim for crate::Perl_cv_clone.
Perl_cv_const_sv
thx shim for crate::Perl_cv_const_sv.
Perl_cv_get_call_checker
thx shim for crate::Perl_cv_get_call_checker.
Perl_cv_get_call_checker_flags
thx shim for crate::Perl_cv_get_call_checker_flags.
Perl_cv_name
thx shim for crate::Perl_cv_name.
Perl_cv_set_call_checker
thx shim for crate::Perl_cv_set_call_checker.
Perl_cv_set_call_checker_flags
thx shim for crate::Perl_cv_set_call_checker_flags.
Perl_cv_undef
thx shim for crate::Perl_cv_undef.
Perl_cvgv_from_hek
thx shim for crate::Perl_cvgv_from_hek.
Perl_cvgv_set
thx shim for crate::Perl_cvgv_set.
Perl_cvstash_set
thx shim for crate::Perl_cvstash_set.
Perl_cx_dump
thx shim for crate::Perl_cx_dump.
Perl_cx_dup
thx shim for crate::Perl_cx_dup.
Perl_cx_popblock
thx shim for crate::Perl_cx_popblock.
Perl_cx_popeval
thx shim for crate::Perl_cx_popeval.
Perl_cx_popgiven
thx shim for crate::Perl_cx_popgiven.
Perl_cx_popsub
thx shim for crate::Perl_cx_popsub.
Perl_cx_popsub_args
thx shim for crate::Perl_cx_popsub_args.
Perl_cx_popsub_common
thx shim for crate::Perl_cx_popsub_common.
Perl_cx_popwhen
thx shim for crate::Perl_cx_popwhen.
Perl_cx_pushblock
thx shim for crate::Perl_cx_pushblock.
Perl_cx_pusheval
thx shim for crate::Perl_cx_pusheval.
Perl_cx_pushformat
thx shim for crate::Perl_cx_pushformat.
Perl_cx_pushgiven
thx shim for crate::Perl_cx_pushgiven.
Perl_cx_pushloop_for
thx shim for crate::Perl_cx_pushloop_for.
Perl_cx_pushloop_plain
thx shim for crate::Perl_cx_pushloop_plain.
Perl_cx_pushsub
thx shim for crate::Perl_cx_pushsub.
Perl_cx_pushtry
thx shim for crate::Perl_cx_pushtry.
Perl_cx_pushwhen
thx shim for crate::Perl_cx_pushwhen.
Perl_cx_topblock
thx shim for crate::Perl_cx_topblock.
Perl_cxinc
thx shim for crate::Perl_cxinc.
Perl_debop
thx shim for crate::Perl_debop.
Perl_debprofdump
thx shim for crate::Perl_debprofdump.
Perl_debstack
thx shim for crate::Perl_debstack.
Perl_debstackptrs
thx shim for crate::Perl_debstackptrs.
Perl_delimcpy
thx shim for crate::Perl_delimcpy.
Perl_delimcpy_no_escape
thx shim for crate::Perl_delimcpy_no_escape.
Perl_despatch_signals
thx shim for crate::Perl_despatch_signals.
Perl_die_sv
thx shim for crate::Perl_die_sv.
Perl_dirp_dup
thx shim for crate::Perl_dirp_dup.
Perl_do_aexec
thx shim for crate::Perl_do_aexec.
Perl_do_close
thx shim for crate::Perl_do_close.
Perl_do_gv_dump
thx shim for crate::Perl_do_gv_dump.
Perl_do_gvgv_dump
thx shim for crate::Perl_do_gvgv_dump.
Perl_do_hv_dump
thx shim for crate::Perl_do_hv_dump.
Perl_do_join
thx shim for crate::Perl_do_join.
Perl_do_magic_dump
thx shim for crate::Perl_do_magic_dump.
Perl_do_op_dump
thx shim for crate::Perl_do_op_dump.
Perl_do_open
thx shim for crate::Perl_do_open.
Perl_do_openn
thx shim for crate::Perl_do_openn.
Perl_do_pmop_dump
thx shim for crate::Perl_do_pmop_dump.
Perl_do_sprintf
thx shim for crate::Perl_do_sprintf.
Perl_do_sv_dump
thx shim for crate::Perl_do_sv_dump.
Perl_do_uniprop_match
thx shim for crate::Perl_do_uniprop_match.
Perl_doing_taint
thx shim for crate::Perl_doing_taint.
Perl_doref
thx shim for crate::Perl_doref.
Perl_dounwind
thx shim for crate::Perl_dounwind.
Perl_dowantarray
thx shim for crate::Perl_dowantarray.
Perl_drand48
thx shim for crate::Perl_drand48.
Perl_drand48_init_r
thx shim for crate::Perl_drand48_init_r.
Perl_drand48_r
thx shim for crate::Perl_drand48_r.
Perl_dump_all
thx shim for crate::Perl_dump_all.
Perl_dump_eval
thx shim for crate::Perl_dump_eval.
Perl_dump_form
thx shim for crate::Perl_dump_form.
Perl_dump_packsubs
thx shim for crate::Perl_dump_packsubs.
Perl_dump_sub
thx shim for crate::Perl_dump_sub.
Perl_dump_vindent
thx shim for crate::Perl_dump_vindent.
Perl_dup_warnings
thx shim for crate::Perl_dup_warnings.
Perl_emulate_cop_io
thx shim for crate::Perl_emulate_cop_io.
Perl_eval_pv
thx shim for crate::Perl_eval_pv.
Perl_eval_sv
thx shim for crate::Perl_eval_sv.
Perl_fbm_compile
thx shim for crate::Perl_fbm_compile.
Perl_fbm_instr
thx shim for crate::Perl_fbm_instr.
Perl_filter_add
thx shim for crate::Perl_filter_add.
Perl_filter_del
thx shim for crate::Perl_filter_del.
Perl_filter_read
thx shim for crate::Perl_filter_read.
Perl_finalize_optree
thx shim for crate::Perl_finalize_optree.
Perl_find_runcv
thx shim for crate::Perl_find_runcv.
Perl_find_rundefsv
thx shim for crate::Perl_find_rundefsv.
Perl_foldEQ
thx shim for crate::Perl_foldEQ.
Perl_foldEQ_latin1
thx shim for crate::Perl_foldEQ_latin1.
Perl_foldEQ_locale
thx shim for crate::Perl_foldEQ_locale.
Perl_foldEQ_utf8_flags
thx shim for crate::Perl_foldEQ_utf8_flags.
Perl_forbid_outofblock_ops
thx shim for crate::Perl_forbid_outofblock_ops.
Perl_fp_dup
thx shim for crate::Perl_fp_dup.
Perl_free_tmps
thx shim for crate::Perl_free_tmps.
Perl_get_and_check_backslash_N_name
thx shim for crate::Perl_get_and_check_backslash_N_name.
Perl_get_av
thx shim for crate::Perl_get_av.
Perl_get_cv
thx shim for crate::Perl_get_cv.
Perl_get_cvn_flags
thx shim for crate::Perl_get_cvn_flags.
Perl_get_db_sub
thx shim for crate::Perl_get_db_sub.
Perl_get_deprecated_property_msg
thx shim for crate::Perl_get_deprecated_property_msg.
Perl_get_hv
thx shim for crate::Perl_get_hv.
Perl_get_op_descs
thx shim for crate::Perl_get_op_descs.
Perl_get_op_names
thx shim for crate::Perl_get_op_names.
Perl_get_ppaddr
thx shim for crate::Perl_get_ppaddr.
Perl_get_prop_definition
thx shim for crate::Perl_get_prop_definition.
Perl_get_prop_values
thx shim for crate::Perl_get_prop_values.
Perl_get_re_arg
thx shim for crate::Perl_get_re_arg.
Perl_get_sv
thx shim for crate::Perl_get_sv.
Perl_getcwd_sv
thx shim for crate::Perl_getcwd_sv.
Perl_gimme_V
thx shim for crate::Perl_gimme_V.
Perl_gp_dup
thx shim for crate::Perl_gp_dup.
Perl_gp_free
thx shim for crate::Perl_gp_free.
Perl_gp_ref
thx shim for crate::Perl_gp_ref.
Perl_grok_atoUV
thx shim for crate::Perl_grok_atoUV.
Perl_grok_bin
thx shim for crate::Perl_grok_bin.
Perl_grok_bin_oct_hex
thx shim for crate::Perl_grok_bin_oct_hex.
Perl_grok_hex
thx shim for crate::Perl_grok_hex.
Perl_grok_infnan
thx shim for crate::Perl_grok_infnan.
Perl_grok_number
thx shim for crate::Perl_grok_number.
Perl_grok_number_flags
thx shim for crate::Perl_grok_number_flags.
Perl_grok_numeric_radix
thx shim for crate::Perl_grok_numeric_radix.
Perl_grok_oct
thx shim for crate::Perl_grok_oct.
Perl_gv_AVadd
thx shim for crate::Perl_gv_AVadd.
Perl_gv_HVadd
thx shim for crate::Perl_gv_HVadd.
Perl_gv_IOadd
thx shim for crate::Perl_gv_IOadd.
Perl_gv_SVadd
thx shim for crate::Perl_gv_SVadd.
Perl_gv_add_by_type
thx shim for crate::Perl_gv_add_by_type.
Perl_gv_autoload_pv
thx shim for crate::Perl_gv_autoload_pv.
Perl_gv_autoload_pvn
thx shim for crate::Perl_gv_autoload_pvn.
Perl_gv_autoload_sv
thx shim for crate::Perl_gv_autoload_sv.
Perl_gv_check
thx shim for crate::Perl_gv_check.
Perl_gv_const_sv
thx shim for crate::Perl_gv_const_sv.
Perl_gv_dump
thx shim for crate::Perl_gv_dump.
Perl_gv_efullname3
thx shim for crate::Perl_gv_efullname3.
Perl_gv_efullname4
thx shim for crate::Perl_gv_efullname4.
Perl_gv_fetchfile
thx shim for crate::Perl_gv_fetchfile.
Perl_gv_fetchfile_flags
thx shim for crate::Perl_gv_fetchfile_flags.
Perl_gv_fetchmeth_pv
thx shim for crate::Perl_gv_fetchmeth_pv.
Perl_gv_fetchmeth_pv_autoload
thx shim for crate::Perl_gv_fetchmeth_pv_autoload.
Perl_gv_fetchmeth_pvn
thx shim for crate::Perl_gv_fetchmeth_pvn.
Perl_gv_fetchmeth_pvn_autoload
thx shim for crate::Perl_gv_fetchmeth_pvn_autoload.
Perl_gv_fetchmeth_sv
thx shim for crate::Perl_gv_fetchmeth_sv.
Perl_gv_fetchmeth_sv_autoload
thx shim for crate::Perl_gv_fetchmeth_sv_autoload.
Perl_gv_fetchmethod
thx shim for crate::Perl_gv_fetchmethod.
Perl_gv_fetchmethod_autoload
thx shim for crate::Perl_gv_fetchmethod_autoload.
Perl_gv_fetchmethod_pv_flags
thx shim for crate::Perl_gv_fetchmethod_pv_flags.
Perl_gv_fetchmethod_pvn_flags
thx shim for crate::Perl_gv_fetchmethod_pvn_flags.
Perl_gv_fetchmethod_sv_flags
thx shim for crate::Perl_gv_fetchmethod_sv_flags.
Perl_gv_fetchpv
thx shim for crate::Perl_gv_fetchpv.
Perl_gv_fetchpvn_flags
thx shim for crate::Perl_gv_fetchpvn_flags.
Perl_gv_fetchsv
thx shim for crate::Perl_gv_fetchsv.
Perl_gv_fullname3
thx shim for crate::Perl_gv_fullname3.
Perl_gv_fullname4
thx shim for crate::Perl_gv_fullname4.
Perl_gv_handler
thx shim for crate::Perl_gv_handler.
Perl_gv_init_pv
thx shim for crate::Perl_gv_init_pv.
Perl_gv_init_pvn
thx shim for crate::Perl_gv_init_pvn.
Perl_gv_init_sv
thx shim for crate::Perl_gv_init_sv.
Perl_gv_name_set
thx shim for crate::Perl_gv_name_set.
Perl_gv_override
thx shim for crate::Perl_gv_override.
Perl_gv_stashpv
thx shim for crate::Perl_gv_stashpv.
Perl_gv_stashpvn
thx shim for crate::Perl_gv_stashpvn.
Perl_gv_stashsv
thx shim for crate::Perl_gv_stashsv.
Perl_gv_try_downgrade
thx shim for crate::Perl_gv_try_downgrade.
Perl_he_dup
thx shim for crate::Perl_he_dup.
Perl_hek_dup
thx shim for crate::Perl_hek_dup.
Perl_hv_bucket_ratio
thx shim for crate::Perl_hv_bucket_ratio.
Perl_hv_clear
thx shim for crate::Perl_hv_clear.
Perl_hv_clear_placeholders
thx shim for crate::Perl_hv_clear_placeholders.
Perl_hv_common
thx shim for crate::Perl_hv_common.
Perl_hv_common_key_len
thx shim for crate::Perl_hv_common_key_len.
Perl_hv_copy_hints_hv
thx shim for crate::Perl_hv_copy_hints_hv.
Perl_hv_delayfree_ent
thx shim for crate::Perl_hv_delayfree_ent.
Perl_hv_delete
thx shim for crate::Perl_hv_delete.
Perl_hv_delete_ent
thx shim for crate::Perl_hv_delete_ent.
Perl_hv_dump
thx shim for crate::Perl_hv_dump.
Perl_hv_eiter_p
thx shim for crate::Perl_hv_eiter_p.
Perl_hv_eiter_set
thx shim for crate::Perl_hv_eiter_set.
Perl_hv_exists
thx shim for crate::Perl_hv_exists.
Perl_hv_exists_ent
thx shim for crate::Perl_hv_exists_ent.
Perl_hv_fetch
thx shim for crate::Perl_hv_fetch.
Perl_hv_fetch_ent
thx shim for crate::Perl_hv_fetch_ent.
Perl_hv_fill
thx shim for crate::Perl_hv_fill.
Perl_hv_free_ent
thx shim for crate::Perl_hv_free_ent.
Perl_hv_iterinit
thx shim for crate::Perl_hv_iterinit.
Perl_hv_iterkey
thx shim for crate::Perl_hv_iterkey.
Perl_hv_iterkeysv
thx shim for crate::Perl_hv_iterkeysv.
Perl_hv_iternext
thx shim for crate::Perl_hv_iternext.
Perl_hv_iternext_flags
thx shim for crate::Perl_hv_iternext_flags.
Perl_hv_iternextsv
thx shim for crate::Perl_hv_iternextsv.
Perl_hv_iterval
thx shim for crate::Perl_hv_iterval.
Perl_hv_ksplit
thx shim for crate::Perl_hv_ksplit.
Perl_hv_magic
thx shim for crate::Perl_hv_magic.
Perl_hv_name_set
thx shim for crate::Perl_hv_name_set.
Perl_hv_placeholders_get
thx shim for crate::Perl_hv_placeholders_get.
Perl_hv_placeholders_p
thx shim for crate::Perl_hv_placeholders_p.
Perl_hv_placeholders_set
thx shim for crate::Perl_hv_placeholders_set.
Perl_hv_rand_set
thx shim for crate::Perl_hv_rand_set.
Perl_hv_riter_p
thx shim for crate::Perl_hv_riter_p.
Perl_hv_riter_set
thx shim for crate::Perl_hv_riter_set.
Perl_hv_scalar
thx shim for crate::Perl_hv_scalar.
Perl_hv_store
thx shim for crate::Perl_hv_store.
Perl_hv_store_ent
thx shim for crate::Perl_hv_store_ent.
Perl_hv_store_flags
thx shim for crate::Perl_hv_store_flags.
Perl_hv_undef_flags
thx shim for crate::Perl_hv_undef_flags.
Perl_infix_plugin_standard
thx shim for crate::Perl_infix_plugin_standard.
Perl_init_i18nl10n
thx shim for crate::Perl_init_i18nl10n.
Perl_init_named_cv
thx shim for crate::Perl_init_named_cv.
Perl_init_stacks
thx shim for crate::Perl_init_stacks.
Perl_init_tm
thx shim for crate::Perl_init_tm.
Perl_instr
thx shim for crate::Perl_instr.
Perl_internal_drand48
thx shim for crate::Perl_internal_drand48.
Perl_intro_my
thx shim for crate::Perl_intro_my.
Perl_isSCRIPT_RUN
thx shim for crate::Perl_isSCRIPT_RUN.
Perl_is_lvalue_sub
thx shim for crate::Perl_is_lvalue_sub.
Perl_is_utf8_FF_helper_
thx shim for crate::Perl_is_utf8_FF_helper_.
Perl_is_utf8_char_buf
thx shim for crate::Perl_is_utf8_char_buf.
Perl_is_utf8_char_helper_
thx shim for crate::Perl_is_utf8_char_helper_.
Perl_is_utf8_string_loc
thx shim for crate::Perl_is_utf8_string_loc.
Perl_isinfnan
thx shim for crate::Perl_isinfnan.
Perl_keyword_plugin_standard
thx shim for crate::Perl_keyword_plugin_standard.
Perl_langinfo
thx shim for crate::Perl_langinfo.
Perl_langinfo8
thx shim for crate::Perl_langinfo8.
Perl_leave_adjust_stacks
thx shim for crate::Perl_leave_adjust_stacks.
Perl_leave_scope
thx shim for crate::Perl_leave_scope.
Perl_lex_bufutf8
thx shim for crate::Perl_lex_bufutf8.
Perl_lex_discard_to
thx shim for crate::Perl_lex_discard_to.
Perl_lex_grow_linestr
thx shim for crate::Perl_lex_grow_linestr.
Perl_lex_next_chunk
thx shim for crate::Perl_lex_next_chunk.
Perl_lex_peek_unichar
thx shim for crate::Perl_lex_peek_unichar.
Perl_lex_read_space
thx shim for crate::Perl_lex_read_space.
Perl_lex_read_to
thx shim for crate::Perl_lex_read_to.
Perl_lex_read_unichar
thx shim for crate::Perl_lex_read_unichar.
Perl_lex_start
thx shim for crate::Perl_lex_start.
Perl_lex_stuff_pv
thx shim for crate::Perl_lex_stuff_pv.
Perl_lex_stuff_pvn
thx shim for crate::Perl_lex_stuff_pvn.
Perl_lex_stuff_sv
thx shim for crate::Perl_lex_stuff_sv.
Perl_lex_unstuff
thx shim for crate::Perl_lex_unstuff.
Perl_load_charnames
thx shim for crate::Perl_load_charnames.
Perl_locale_panic
thx shim for crate::Perl_locale_panic.
Perl_localeconv
thx shim for crate::Perl_localeconv.
Perl_looks_like_number
thx shim for crate::Perl_looks_like_number.
Perl_lsbit_pos32
thx shim for crate::Perl_lsbit_pos32.
Perl_magic_dump
thx shim for crate::Perl_magic_dump.
Perl_malloc
thx shim for crate::Perl_malloc.
Perl_markstack_grow
thx shim for crate::Perl_markstack_grow.
Perl_mbtowc_
thx shim for crate::Perl_mbtowc_.
Perl_mess_sv
thx shim for crate::Perl_mess_sv.
Perl_mfree
thx shim for crate::Perl_mfree.
Perl_mg_clear
thx shim for crate::Perl_mg_clear.
Perl_mg_copy
thx shim for crate::Perl_mg_copy.
Perl_mg_dup
thx shim for crate::Perl_mg_dup.
Perl_mg_find
thx shim for crate::Perl_mg_find.
Perl_mg_find_mglob
thx shim for crate::Perl_mg_find_mglob.
Perl_mg_findext
thx shim for crate::Perl_mg_findext.
Perl_mg_free
thx shim for crate::Perl_mg_free.
Perl_mg_free_type
thx shim for crate::Perl_mg_free_type.
Perl_mg_freeext
thx shim for crate::Perl_mg_freeext.
Perl_mg_get
thx shim for crate::Perl_mg_get.
Perl_mg_magical
thx shim for crate::Perl_mg_magical.
Perl_mg_set
thx shim for crate::Perl_mg_set.
Perl_mg_size
thx shim for crate::Perl_mg_size.
Perl_mini_mktime
thx shim for crate::Perl_mini_mktime.
Perl_more_bodies
thx shim for crate::Perl_more_bodies.
Perl_more_sv
thx shim for crate::Perl_more_sv.
Perl_moreswitches
thx shim for crate::Perl_moreswitches.
Perl_mortal_destructor_sv
thx shim for crate::Perl_mortal_destructor_sv.
Perl_mortal_svfunc_x
thx shim for crate::Perl_mortal_svfunc_x.
Perl_mro_get_from_name
thx shim for crate::Perl_mro_get_from_name.
Perl_mro_get_linear_isa
thx shim for crate::Perl_mro_get_linear_isa.
Perl_mro_get_private_data
thx shim for crate::Perl_mro_get_private_data.
Perl_mro_meta_init
thx shim for crate::Perl_mro_meta_init.
Perl_mro_method_changed_in
thx shim for crate::Perl_mro_method_changed_in.
Perl_mro_package_moved
thx shim for crate::Perl_mro_package_moved.
Perl_mro_register
thx shim for crate::Perl_mro_register.
Perl_mro_set_mro
thx shim for crate::Perl_mro_set_mro.
Perl_mro_set_private_data
thx shim for crate::Perl_mro_set_private_data.
Perl_msbit_pos32
thx shim for crate::Perl_msbit_pos32.
Perl_multiconcat_stringify
thx shim for crate::Perl_multiconcat_stringify.
Perl_multideref_stringify
thx shim for crate::Perl_multideref_stringify.
Perl_my_atof
thx shim for crate::Perl_my_atof.
Perl_my_atof2
thx shim for crate::Perl_my_atof2.
Perl_my_atof3
thx shim for crate::Perl_my_atof3.
Perl_my_clearenv
thx shim for crate::Perl_my_clearenv.
Perl_my_cxt_init
thx shim for crate::Perl_my_cxt_init.
Perl_my_dirfd
thx shim for crate::Perl_my_dirfd.
Perl_my_exit
thx shim for crate::Perl_my_exit.
Perl_my_failure_exit
thx shim for crate::Perl_my_failure_exit.
Perl_my_fflush_all
thx shim for crate::Perl_my_fflush_all.
Perl_my_fork
thx shim for crate::Perl_my_fork.
Perl_my_lstat_flags
thx shim for crate::Perl_my_lstat_flags.
Perl_my_pclose
thx shim for crate::Perl_my_pclose.
Perl_my_popen
thx shim for crate::Perl_my_popen.
Perl_my_popen_list
thx shim for crate::Perl_my_popen_list.
Perl_my_setenv
thx shim for crate::Perl_my_setenv.
Perl_my_socketpair
thx shim for crate::Perl_my_socketpair.
Perl_my_stat_flags
thx shim for crate::Perl_my_stat_flags.
Perl_my_strftime
thx shim for crate::Perl_my_strftime.
Perl_my_strlcat
thx shim for crate::Perl_my_strlcat.
Perl_my_strlcpy
thx shim for crate::Perl_my_strlcpy.
Perl_my_strtod
thx shim for crate::Perl_my_strtod.
Perl_my_vsnprintf
thx shim for crate::Perl_my_vsnprintf.
Perl_newANONATTRSUB
thx shim for crate::Perl_newANONATTRSUB.
Perl_newANONHASH
thx shim for crate::Perl_newANONHASH.
Perl_newANONLIST
thx shim for crate::Perl_newANONLIST.
Perl_newANONSUB
thx shim for crate::Perl_newANONSUB.
Perl_newARGDEFELEMOP
thx shim for crate::Perl_newARGDEFELEMOP.
Perl_newASSIGNOP
thx shim for crate::Perl_newASSIGNOP.
Perl_newATTRSUB_x
thx shim for crate::Perl_newATTRSUB_x.
Perl_newAV
thx shim for crate::Perl_newAV.
Perl_newAVREF
thx shim for crate::Perl_newAVREF.
Perl_newAVav
thx shim for crate::Perl_newAVav.
Perl_newAVhv
thx shim for crate::Perl_newAVhv.
Perl_newBINOP
thx shim for crate::Perl_newBINOP.
Perl_newCONDOP
thx shim for crate::Perl_newCONDOP.
Perl_newCONSTSUB
thx shim for crate::Perl_newCONSTSUB.
Perl_newCONSTSUB_flags
thx shim for crate::Perl_newCONSTSUB_flags.
Perl_newCVREF
thx shim for crate::Perl_newCVREF.
Perl_newDEFEROP
thx shim for crate::Perl_newDEFEROP.
Perl_newDEFSVOP
thx shim for crate::Perl_newDEFSVOP.
Perl_newFORM
thx shim for crate::Perl_newFORM.
Perl_newFOROP
thx shim for crate::Perl_newFOROP.
Perl_newGIVENOP
thx shim for crate::Perl_newGIVENOP.
Perl_newGP
thx shim for crate::Perl_newGP.
Perl_newGVOP
thx shim for crate::Perl_newGVOP.
Perl_newGVREF
thx shim for crate::Perl_newGVREF.
Perl_newGVgen_flags
thx shim for crate::Perl_newGVgen_flags.
Perl_newHV
thx shim for crate::Perl_newHV.
Perl_newHVREF
thx shim for crate::Perl_newHVREF.
Perl_newHVhv
thx shim for crate::Perl_newHVhv.
Perl_newIO
thx shim for crate::Perl_newIO.
Perl_newLISTOP
thx shim for crate::Perl_newLISTOP.
Perl_newLOGOP
thx shim for crate::Perl_newLOGOP.
Perl_newLOOPEX
thx shim for crate::Perl_newLOOPEX.
Perl_newLOOPOP
thx shim for crate::Perl_newLOOPOP.
Perl_newMETHOP
thx shim for crate::Perl_newMETHOP.
Perl_newMETHOP_named
thx shim for crate::Perl_newMETHOP_named.
Perl_newMYSUB
thx shim for crate::Perl_newMYSUB.
Perl_newNULLLIST
thx shim for crate::Perl_newNULLLIST.
Perl_newOP
thx shim for crate::Perl_newOP.
Perl_newPADNAMELIST
thx shim for crate::Perl_newPADNAMELIST.
Perl_newPADNAMEouter
thx shim for crate::Perl_newPADNAMEouter.
Perl_newPADNAMEpvn
thx shim for crate::Perl_newPADNAMEpvn.
Perl_newPADOP
thx shim for crate::Perl_newPADOP.
Perl_newPADxVOP
thx shim for crate::Perl_newPADxVOP.
Perl_newPMOP
thx shim for crate::Perl_newPMOP.
Perl_newPROG
thx shim for crate::Perl_newPROG.
Perl_newPVOP
thx shim for crate::Perl_newPVOP.
Perl_newRANGE
thx shim for crate::Perl_newRANGE.
Perl_newRV
thx shim for crate::Perl_newRV.
Perl_newSLICEOP
thx shim for crate::Perl_newSLICEOP.
Perl_newSTATEOP
thx shim for crate::Perl_newSTATEOP.
Perl_newSUB
thx shim for crate::Perl_newSUB.
Perl_newSV
thx shim for crate::Perl_newSV.
Perl_newSVOP
thx shim for crate::Perl_newSVOP.
Perl_newSVREF
thx shim for crate::Perl_newSVREF.
Perl_newSV_false
thx shim for crate::Perl_newSV_false.
Perl_newSV_true
thx shim for crate::Perl_newSV_true.
Perl_newSVbool
thx shim for crate::Perl_newSVbool.
Perl_newSVhek
thx shim for crate::Perl_newSVhek.
Perl_newSVhek_mortal
thx shim for crate::Perl_newSVhek_mortal.
Perl_newSViv
thx shim for crate::Perl_newSViv.
Perl_newSVnv
thx shim for crate::Perl_newSVnv.
Perl_newSVpv
thx shim for crate::Perl_newSVpv.
Perl_newSVpv_share
thx shim for crate::Perl_newSVpv_share.
Perl_newSVpvn
thx shim for crate::Perl_newSVpvn.
Perl_newSVpvn_flags
thx shim for crate::Perl_newSVpvn_flags.
Perl_newSVpvn_share
thx shim for crate::Perl_newSVpvn_share.
Perl_newSVrv
thx shim for crate::Perl_newSVrv.
Perl_newSVsv
thx shim for crate::Perl_newSVsv.
Perl_newSVsv_flags
thx shim for crate::Perl_newSVsv_flags.
Perl_newSVuv
thx shim for crate::Perl_newSVuv.
Perl_newTRYCATCHOP
thx shim for crate::Perl_newTRYCATCHOP.
Perl_newUNOP
thx shim for crate::Perl_newUNOP.
Perl_newUNOP_AUX
thx shim for crate::Perl_newUNOP_AUX.
Perl_newWHENOP
thx shim for crate::Perl_newWHENOP.
Perl_newWHILEOP
thx shim for crate::Perl_newWHILEOP.
Perl_newXS
thx shim for crate::Perl_newXS.
Perl_newXS_deffile
thx shim for crate::Perl_newXS_deffile.
Perl_newXS_flags
thx shim for crate::Perl_newXS_flags.
Perl_new_stackinfo
thx shim for crate::Perl_new_stackinfo.
Perl_new_stackinfo_flags
thx shim for crate::Perl_new_stackinfo_flags.
Perl_new_version
thx shim for crate::Perl_new_version.
Perl_new_warnings_bitfield
thx shim for crate::Perl_new_warnings_bitfield.
Perl_ninstr
thx shim for crate::Perl_ninstr.
Perl_nothreadhook
thx shim for crate::Perl_nothreadhook.
Perl_op_append_elem
thx shim for crate::Perl_op_append_elem.
Perl_op_append_list
thx shim for crate::Perl_op_append_list.
Perl_op_class
thx shim for crate::Perl_op_class.
Perl_op_clear
thx shim for crate::Perl_op_clear.
Perl_op_contextualize
thx shim for crate::Perl_op_contextualize.
Perl_op_convert_list
thx shim for crate::Perl_op_convert_list.
Perl_op_dump
thx shim for crate::Perl_op_dump.
Perl_op_force_list
thx shim for crate::Perl_op_force_list.
Perl_op_free
thx shim for crate::Perl_op_free.
Perl_op_linklist
thx shim for crate::Perl_op_linklist.
Perl_op_lvalue_flags
thx shim for crate::Perl_op_lvalue_flags.
Perl_op_null
thx shim for crate::Perl_op_null.
Perl_op_parent
thx shim for crate::Perl_op_parent.
Perl_op_prepend_elem
thx shim for crate::Perl_op_prepend_elem.
Perl_op_refcnt_lock
thx shim for crate::Perl_op_refcnt_lock.
Perl_op_refcnt_unlock
thx shim for crate::Perl_op_refcnt_unlock.
Perl_op_scope
thx shim for crate::Perl_op_scope.
Perl_op_sibling_splice
thx shim for crate::Perl_op_sibling_splice.
Perl_op_wrap_finally
thx shim for crate::Perl_op_wrap_finally.
Perl_optimize_optree
thx shim for crate::Perl_optimize_optree.
Perl_packlist
thx shim for crate::Perl_packlist.
Perl_pad_add_anon
thx shim for crate::Perl_pad_add_anon.
Perl_pad_add_name_pv
thx shim for crate::Perl_pad_add_name_pv.
Perl_pad_add_name_pvn
thx shim for crate::Perl_pad_add_name_pvn.
Perl_pad_add_name_sv
thx shim for crate::Perl_pad_add_name_sv.
Perl_pad_alloc
thx shim for crate::Perl_pad_alloc.
Perl_pad_findmy_pv
thx shim for crate::Perl_pad_findmy_pv.
Perl_pad_findmy_pvn
thx shim for crate::Perl_pad_findmy_pvn.
Perl_pad_findmy_sv
thx shim for crate::Perl_pad_findmy_sv.
Perl_pad_new
thx shim for crate::Perl_pad_new.
Perl_pad_push
thx shim for crate::Perl_pad_push.
Perl_pad_tidy
thx shim for crate::Perl_pad_tidy.
Perl_padname_free
thx shim for crate::Perl_padname_free.
Perl_padname_refcnt_inc
thx shim for crate::Perl_padname_refcnt_inc.
Perl_padnamelist_fetch
thx shim for crate::Perl_padnamelist_fetch.
Perl_padnamelist_free
thx shim for crate::Perl_padnamelist_free.
Perl_padnamelist_refcnt_inc
thx shim for crate::Perl_padnamelist_refcnt_inc.
Perl_padnamelist_store
thx shim for crate::Perl_padnamelist_store.
Perl_parse_arithexpr
thx shim for crate::Perl_parse_arithexpr.
Perl_parse_barestmt
thx shim for crate::Perl_parse_barestmt.
Perl_parse_block
thx shim for crate::Perl_parse_block.
Perl_parse_fullexpr
thx shim for crate::Perl_parse_fullexpr.
Perl_parse_fullstmt
thx shim for crate::Perl_parse_fullstmt.
Perl_parse_label
thx shim for crate::Perl_parse_label.
Perl_parse_listexpr
thx shim for crate::Perl_parse_listexpr.
Perl_parse_stmtseq
thx shim for crate::Perl_parse_stmtseq.
Perl_parse_subsignature
thx shim for crate::Perl_parse_subsignature.
Perl_parse_termexpr
thx shim for crate::Perl_parse_termexpr.
Perl_parser_dup
thx shim for crate::Perl_parser_dup.
Perl_perly_sighandler
thx shim for crate::Perl_perly_sighandler.
Perl_pmop_dump
thx shim for crate::Perl_pmop_dump.
Perl_pop_scope
thx shim for crate::Perl_pop_scope.
Perl_pop_stackinfo
thx shim for crate::Perl_pop_stackinfo.
Perl_pregcomp
thx shim for crate::Perl_pregcomp.
Perl_pregexec
thx shim for crate::Perl_pregexec.
Perl_pregfree
thx shim for crate::Perl_pregfree.
Perl_pregfree2
thx shim for crate::Perl_pregfree2.
Perl_prescan_version
thx shim for crate::Perl_prescan_version.
Perl_ptr_table_fetch
thx shim for crate::Perl_ptr_table_fetch.
Perl_ptr_table_free
thx shim for crate::Perl_ptr_table_free.
Perl_ptr_table_new
thx shim for crate::Perl_ptr_table_new.
Perl_ptr_table_split
thx shim for crate::Perl_ptr_table_split.
Perl_ptr_table_store
thx shim for crate::Perl_ptr_table_store.
Perl_push_evalortry_common
thx shim for crate::Perl_push_evalortry_common.
Perl_push_scope
thx shim for crate::Perl_push_scope.
Perl_push_stackinfo
thx shim for crate::Perl_push_stackinfo.
Perl_pv_display
thx shim for crate::Perl_pv_display.
Perl_pv_escape
thx shim for crate::Perl_pv_escape.
Perl_pv_pretty
thx shim for crate::Perl_pv_pretty.
Perl_pv_uni_display
thx shim for crate::Perl_pv_uni_display.
Perl_qerror
thx shim for crate::Perl_qerror.
Perl_rcpv_copy
thx shim for crate::Perl_rcpv_copy.
Perl_rcpv_free
thx shim for crate::Perl_rcpv_free.
Perl_rcpv_new
thx shim for crate::Perl_rcpv_new.
Perl_re_compile
thx shim for crate::Perl_re_compile.
Perl_re_dup_guts
thx shim for crate::Perl_re_dup_guts.
Perl_re_intuit_start
thx shim for crate::Perl_re_intuit_start.
Perl_re_intuit_string
thx shim for crate::Perl_re_intuit_string.
Perl_re_op_compile
thx shim for crate::Perl_re_op_compile.
Perl_realloc
thx shim for crate::Perl_realloc.
Perl_reentrant_free
thx shim for crate::Perl_reentrant_free.
Perl_reentrant_init
thx shim for crate::Perl_reentrant_init.
Perl_reentrant_size
thx shim for crate::Perl_reentrant_size.
Perl_refcounted_he_chain_2hv
thx shim for crate::Perl_refcounted_he_chain_2hv.
Perl_refcounted_he_fetch_pv
thx shim for crate::Perl_refcounted_he_fetch_pv.
Perl_refcounted_he_fetch_pvn
thx shim for crate::Perl_refcounted_he_fetch_pvn.
Perl_refcounted_he_fetch_sv
thx shim for crate::Perl_refcounted_he_fetch_sv.
Perl_refcounted_he_free
thx shim for crate::Perl_refcounted_he_free.
Perl_refcounted_he_inc
thx shim for crate::Perl_refcounted_he_inc.
Perl_refcounted_he_new_pv
thx shim for crate::Perl_refcounted_he_new_pv.
Perl_refcounted_he_new_pvn
thx shim for crate::Perl_refcounted_he_new_pvn.
Perl_refcounted_he_new_sv
thx shim for crate::Perl_refcounted_he_new_sv.
Perl_reg_named_buff
thx shim for crate::Perl_reg_named_buff.
Perl_reg_named_buff_all
thx shim for crate::Perl_reg_named_buff_all.
Perl_reg_named_buff_exists
thx shim for crate::Perl_reg_named_buff_exists.
Perl_reg_named_buff_fetch
thx shim for crate::Perl_reg_named_buff_fetch.
Perl_reg_named_buff_firstkey
thx shim for crate::Perl_reg_named_buff_firstkey.
Perl_reg_named_buff_iter
thx shim for crate::Perl_reg_named_buff_iter.
Perl_reg_named_buff_nextkey
thx shim for crate::Perl_reg_named_buff_nextkey.
Perl_reg_named_buff_scalar
thx shim for crate::Perl_reg_named_buff_scalar.
Perl_reg_numbered_buff_fetch
thx shim for crate::Perl_reg_numbered_buff_fetch.
Perl_reg_numbered_buff_fetch_flags
thx shim for crate::Perl_reg_numbered_buff_fetch_flags.
Perl_reg_numbered_buff_length
thx shim for crate::Perl_reg_numbered_buff_length.
Perl_reg_numbered_buff_store
thx shim for crate::Perl_reg_numbered_buff_store.
Perl_reg_qr_package
thx shim for crate::Perl_reg_qr_package.
Perl_reg_temp_copy
thx shim for crate::Perl_reg_temp_copy.
Perl_regdump
thx shim for crate::Perl_regdump.
Perl_regdupe_internal
thx shim for crate::Perl_regdupe_internal.
Perl_regexec_flags
thx shim for crate::Perl_regexec_flags.
Perl_regfree_internal
thx shim for crate::Perl_regfree_internal.
Perl_reginitcolors
thx shim for crate::Perl_reginitcolors.
Perl_repeatcpy
thx shim for crate::Perl_repeatcpy.
Perl_report_uninit
thx shim for crate::Perl_report_uninit.
Perl_require_pv
thx shim for crate::Perl_require_pv.
Perl_resume_compcv
thx shim for crate::Perl_resume_compcv.
Perl_rninstr
thx shim for crate::Perl_rninstr.
Perl_rpp_context
thx shim for crate::Perl_rpp_context.
Perl_rpp_extend
thx shim for crate::Perl_rpp_extend.
Perl_rpp_free_2_
thx shim for crate::Perl_rpp_free_2_.
Perl_rpp_invoke_xs
thx shim for crate::Perl_rpp_invoke_xs.
Perl_rpp_is_lone
thx shim for crate::Perl_rpp_is_lone.
Perl_rpp_obliterate_stack_to
thx shim for crate::Perl_rpp_obliterate_stack_to.
Perl_rpp_pop_1_norc
thx shim for crate::Perl_rpp_pop_1_norc.
Perl_rpp_popfree_1
thx shim for crate::Perl_rpp_popfree_1.
Perl_rpp_popfree_2
thx shim for crate::Perl_rpp_popfree_2.
Perl_rpp_popfree_1_NN
thx shim for crate::Perl_rpp_popfree_1_NN.
Perl_rpp_popfree_2_NN
thx shim for crate::Perl_rpp_popfree_2_NN.
Perl_rpp_popfree_to
thx shim for crate::Perl_rpp_popfree_to.
Perl_rpp_popfree_to_NN
thx shim for crate::Perl_rpp_popfree_to_NN.
Perl_rpp_push_1
thx shim for crate::Perl_rpp_push_1.
Perl_rpp_push_2
thx shim for crate::Perl_rpp_push_2.
Perl_rpp_push_1_norc
thx shim for crate::Perl_rpp_push_1_norc.
Perl_rpp_replace_1_1
thx shim for crate::Perl_rpp_replace_1_1.
Perl_rpp_replace_1_1_NN
thx shim for crate::Perl_rpp_replace_1_1_NN.
Perl_rpp_replace_2_1
thx shim for crate::Perl_rpp_replace_2_1.
Perl_rpp_replace_2_1_COMMON
thx shim for crate::Perl_rpp_replace_2_1_COMMON.
Perl_rpp_replace_2_1_NN
thx shim for crate::Perl_rpp_replace_2_1_NN.
Perl_rpp_replace_at
thx shim for crate::Perl_rpp_replace_at.
Perl_rpp_replace_at_NN
thx shim for crate::Perl_rpp_replace_at_NN.
Perl_rpp_replace_at_norc
thx shim for crate::Perl_rpp_replace_at_norc.
Perl_rpp_replace_at_norc_NN
thx shim for crate::Perl_rpp_replace_at_norc_NN.
Perl_rpp_stack_is_rc
thx shim for crate::Perl_rpp_stack_is_rc.
Perl_rpp_try_AMAGIC_1
thx shim for crate::Perl_rpp_try_AMAGIC_1.
Perl_rpp_try_AMAGIC_2
thx shim for crate::Perl_rpp_try_AMAGIC_2.
Perl_rpp_xpush_1
thx shim for crate::Perl_rpp_xpush_1.
Perl_rpp_xpush_2
thx shim for crate::Perl_rpp_xpush_2.
Perl_rsignal
thx shim for crate::Perl_rsignal.
Perl_rsignal_state
thx shim for crate::Perl_rsignal_state.
Perl_runops_debug
thx shim for crate::Perl_runops_debug.
Perl_runops_standard
thx shim for crate::Perl_runops_standard.
Perl_rv2cv_op_cv
thx shim for crate::Perl_rv2cv_op_cv.
Perl_rvpv_dup
thx shim for crate::Perl_rvpv_dup.
Perl_safesyscalloc
thx shim for crate::Perl_safesyscalloc.
Perl_safesysfree
thx shim for crate::Perl_safesysfree.
Perl_safesysmalloc
thx shim for crate::Perl_safesysmalloc.
Perl_safesysrealloc
thx shim for crate::Perl_safesysrealloc.
Perl_save_I8
thx shim for crate::Perl_save_I8.
Perl_save_I16
thx shim for crate::Perl_save_I16.
Perl_save_I32
thx shim for crate::Perl_save_I32.
Perl_save_adelete
thx shim for crate::Perl_save_adelete.
Perl_save_aelem_flags
thx shim for crate::Perl_save_aelem_flags.
Perl_save_alloc
thx shim for crate::Perl_save_alloc.
Perl_save_aptr
thx shim for crate::Perl_save_aptr.
Perl_save_ary
thx shim for crate::Perl_save_ary.
Perl_save_bool
thx shim for crate::Perl_save_bool.
Perl_save_clearsv
thx shim for crate::Perl_save_clearsv.
Perl_save_delete
thx shim for crate::Perl_save_delete.
Perl_save_destructor
thx shim for crate::Perl_save_destructor.
Perl_save_destructor_x
thx shim for crate::Perl_save_destructor_x.
Perl_save_freeop
thx shim for crate::Perl_save_freeop.
Perl_save_freepv
thx shim for crate::Perl_save_freepv.
Perl_save_freercpv
thx shim for crate::Perl_save_freercpv.
Perl_save_freesv
thx shim for crate::Perl_save_freesv.
Perl_save_generic_pvref
thx shim for crate::Perl_save_generic_pvref.
Perl_save_generic_svref
thx shim for crate::Perl_save_generic_svref.
Perl_save_gp
thx shim for crate::Perl_save_gp.
Perl_save_hash
thx shim for crate::Perl_save_hash.
Perl_save_hdelete
thx shim for crate::Perl_save_hdelete.
Perl_save_helem_flags
thx shim for crate::Perl_save_helem_flags.
Perl_save_hints
thx shim for crate::Perl_save_hints.
Perl_save_hptr
thx shim for crate::Perl_save_hptr.
Perl_save_int
thx shim for crate::Perl_save_int.
Perl_save_item
thx shim for crate::Perl_save_item.
Perl_save_iv
thx shim for crate::Perl_save_iv.
Perl_save_mortalizesv
thx shim for crate::Perl_save_mortalizesv.
Perl_save_op
thx shim for crate::Perl_save_op.
Perl_save_padsv_and_mortalize
thx shim for crate::Perl_save_padsv_and_mortalize.
Perl_save_pptr
thx shim for crate::Perl_save_pptr.
Perl_save_pushi32ptr
thx shim for crate::Perl_save_pushi32ptr.
Perl_save_pushptr
thx shim for crate::Perl_save_pushptr.
Perl_save_pushptrptr
thx shim for crate::Perl_save_pushptrptr.
Perl_save_rcpv
thx shim for crate::Perl_save_rcpv.
Perl_save_re_context
thx shim for crate::Perl_save_re_context.
Perl_save_scalar
thx shim for crate::Perl_save_scalar.
Perl_save_set_svflags
thx shim for crate::Perl_save_set_svflags.
Perl_save_shared_pvref
thx shim for crate::Perl_save_shared_pvref.
Perl_save_sptr
thx shim for crate::Perl_save_sptr.
Perl_save_strlen
thx shim for crate::Perl_save_strlen.
Perl_save_svref
thx shim for crate::Perl_save_svref.
Perl_save_vptr
thx shim for crate::Perl_save_vptr.
Perl_savepv
thx shim for crate::Perl_savepv.
Perl_savepvn
thx shim for crate::Perl_savepvn.
Perl_savesharedpv
thx shim for crate::Perl_savesharedpv.
Perl_savesharedpvn
thx shim for crate::Perl_savesharedpvn.
Perl_savestack_grow
thx shim for crate::Perl_savestack_grow.
Perl_savestack_grow_cnt
thx shim for crate::Perl_savestack_grow_cnt.
Perl_savetmps
thx shim for crate::Perl_savetmps.
Perl_scan_bin
thx shim for crate::Perl_scan_bin.
Perl_scan_hex
thx shim for crate::Perl_scan_hex.
Perl_scan_num
thx shim for crate::Perl_scan_num.
Perl_scan_oct
thx shim for crate::Perl_scan_oct.
Perl_scan_str
thx shim for crate::Perl_scan_str.
Perl_scan_version
thx shim for crate::Perl_scan_version.
Perl_scan_vstring
thx shim for crate::Perl_scan_vstring.
Perl_scan_word
thx shim for crate::Perl_scan_word.
Perl_scan_word6
thx shim for crate::Perl_scan_word6.
Perl_seed
thx shim for crate::Perl_seed.
Perl_set_caret_X
thx shim for crate::Perl_set_caret_X.
Perl_set_context
thx shim for crate::Perl_set_context.
Perl_set_numeric_standard
thx shim for crate::Perl_set_numeric_standard.
Perl_set_numeric_underlying
thx shim for crate::Perl_set_numeric_underlying.
Perl_setdefout
thx shim for crate::Perl_setdefout.
Perl_setlocale
thx shim for crate::Perl_setlocale.
Perl_share_hek
thx shim for crate::Perl_share_hek.
Perl_sharepvn
thx shim for crate::Perl_sharepvn.
Perl_si_dup
thx shim for crate::Perl_si_dup.
Perl_single_1bit_pos32
thx shim for crate::Perl_single_1bit_pos32.
Perl_skipspace_flags
thx shim for crate::Perl_skipspace_flags.
Perl_sortsv
thx shim for crate::Perl_sortsv.
Perl_sortsv_flags
thx shim for crate::Perl_sortsv_flags.
Perl_ss_dup
thx shim for crate::Perl_ss_dup.
Perl_stack_grow
thx shim for crate::Perl_stack_grow.
Perl_start_subparse
thx shim for crate::Perl_start_subparse.
Perl_str_to_version
thx shim for crate::Perl_str_to_version.
Perl_strxfrm
thx shim for crate::Perl_strxfrm.
Perl_suspend_compcv
thx shim for crate::Perl_suspend_compcv.
Perl_sv_2bool
thx shim for crate::Perl_sv_2bool.
Perl_sv_2bool_flags
thx shim for crate::Perl_sv_2bool_flags.
Perl_sv_2cv
thx shim for crate::Perl_sv_2cv.
Perl_sv_2io
thx shim for crate::Perl_sv_2io.
Perl_sv_2iv
thx shim for crate::Perl_sv_2iv.
Perl_sv_2iv_flags
thx shim for crate::Perl_sv_2iv_flags.
Perl_sv_2mortal
thx shim for crate::Perl_sv_2mortal.
Perl_sv_2nv_flags
thx shim for crate::Perl_sv_2nv_flags.
Perl_sv_2pv
thx shim for crate::Perl_sv_2pv.
Perl_sv_2pv_flags
thx shim for crate::Perl_sv_2pv_flags.
Perl_sv_2pv_nolen
thx shim for crate::Perl_sv_2pv_nolen.
Perl_sv_2pvbyte
thx shim for crate::Perl_sv_2pvbyte.
Perl_sv_2pvbyte_flags
thx shim for crate::Perl_sv_2pvbyte_flags.
Perl_sv_2pvbyte_nolen
thx shim for crate::Perl_sv_2pvbyte_nolen.
Perl_sv_2pvutf8
thx shim for crate::Perl_sv_2pvutf8.
Perl_sv_2pvutf8_flags
thx shim for crate::Perl_sv_2pvutf8_flags.
Perl_sv_2pvutf8_nolen
thx shim for crate::Perl_sv_2pvutf8_nolen.
Perl_sv_2uv
thx shim for crate::Perl_sv_2uv.
Perl_sv_2uv_flags
thx shim for crate::Perl_sv_2uv_flags.
Perl_sv_backoff
thx shim for crate::Perl_sv_backoff.
Perl_sv_bless
thx shim for crate::Perl_sv_bless.
Perl_sv_cat_decode
thx shim for crate::Perl_sv_cat_decode.
Perl_sv_catpv
thx shim for crate::Perl_sv_catpv.
Perl_sv_catpv_flags
thx shim for crate::Perl_sv_catpv_flags.
Perl_sv_catpv_mg
thx shim for crate::Perl_sv_catpv_mg.
Perl_sv_catpvn
thx shim for crate::Perl_sv_catpvn.
Perl_sv_catpvn_flags
thx shim for crate::Perl_sv_catpvn_flags.
Perl_sv_catpvn_mg
thx shim for crate::Perl_sv_catpvn_mg.
Perl_sv_catsv
thx shim for crate::Perl_sv_catsv.
Perl_sv_catsv_flags
thx shim for crate::Perl_sv_catsv_flags.
Perl_sv_catsv_mg
thx shim for crate::Perl_sv_catsv_mg.
Perl_sv_chop
thx shim for crate::Perl_sv_chop.
Perl_sv_clear
thx shim for crate::Perl_sv_clear.
Perl_sv_cmp
thx shim for crate::Perl_sv_cmp.
Perl_sv_cmp_flags
thx shim for crate::Perl_sv_cmp_flags.
Perl_sv_cmp_locale
thx shim for crate::Perl_sv_cmp_locale.
Perl_sv_cmp_locale_flags
thx shim for crate::Perl_sv_cmp_locale_flags.
Perl_sv_collxfrm
thx shim for crate::Perl_sv_collxfrm.
Perl_sv_collxfrm_flags
thx shim for crate::Perl_sv_collxfrm_flags.
Perl_sv_copypv
thx shim for crate::Perl_sv_copypv.
Perl_sv_copypv_flags
thx shim for crate::Perl_sv_copypv_flags.
Perl_sv_dec
thx shim for crate::Perl_sv_dec.
Perl_sv_dec_nomg
thx shim for crate::Perl_sv_dec_nomg.
Perl_sv_del_backref
thx shim for crate::Perl_sv_del_backref.
Perl_sv_derived_from
thx shim for crate::Perl_sv_derived_from.
Perl_sv_derived_from_hv
thx shim for crate::Perl_sv_derived_from_hv.
Perl_sv_derived_from_pv
thx shim for crate::Perl_sv_derived_from_pv.
Perl_sv_derived_from_pvn
thx shim for crate::Perl_sv_derived_from_pvn.
Perl_sv_derived_from_sv
thx shim for crate::Perl_sv_derived_from_sv.
Perl_sv_destroyable
thx shim for crate::Perl_sv_destroyable.
Perl_sv_does
thx shim for crate::Perl_sv_does.
Perl_sv_does_pv
thx shim for crate::Perl_sv_does_pv.
Perl_sv_does_pvn
thx shim for crate::Perl_sv_does_pvn.
Perl_sv_does_sv
thx shim for crate::Perl_sv_does_sv.
Perl_sv_dump
thx shim for crate::Perl_sv_dump.
Perl_sv_dump_depth
thx shim for crate::Perl_sv_dump_depth.
Perl_sv_dup
thx shim for crate::Perl_sv_dup.
Perl_sv_dup_inc
thx shim for crate::Perl_sv_dup_inc.
Perl_sv_eq
thx shim for crate::Perl_sv_eq.
Perl_sv_eq_flags
thx shim for crate::Perl_sv_eq_flags.
Perl_sv_force_normal
thx shim for crate::Perl_sv_force_normal.
Perl_sv_force_normal_flags
thx shim for crate::Perl_sv_force_normal_flags.
Perl_sv_free
thx shim for crate::Perl_sv_free.
Perl_sv_free2
thx shim for crate::Perl_sv_free2.
Perl_sv_get_backrefs
thx shim for crate::Perl_sv_get_backrefs.
Perl_sv_gets
thx shim for crate::Perl_sv_gets.
Perl_sv_grow
thx shim for crate::Perl_sv_grow.
Perl_sv_grow_fresh
thx shim for crate::Perl_sv_grow_fresh.
Perl_sv_inc
thx shim for crate::Perl_sv_inc.
Perl_sv_inc_nomg
thx shim for crate::Perl_sv_inc_nomg.
Perl_sv_insert
thx shim for crate::Perl_sv_insert.
Perl_sv_insert_flags
thx shim for crate::Perl_sv_insert_flags.
Perl_sv_isa
thx shim for crate::Perl_sv_isa.
Perl_sv_isa_sv
thx shim for crate::Perl_sv_isa_sv.
Perl_sv_isbool
thx shim for crate::Perl_sv_isbool.
Perl_sv_isobject
thx shim for crate::Perl_sv_isobject.
Perl_sv_langinfo
thx shim for crate::Perl_sv_langinfo.
Perl_sv_len
thx shim for crate::Perl_sv_len.
Perl_sv_len_utf8
thx shim for crate::Perl_sv_len_utf8.
Perl_sv_len_utf8_nomg
thx shim for crate::Perl_sv_len_utf8_nomg.
Perl_sv_magic
thx shim for crate::Perl_sv_magic.
Perl_sv_magicext
thx shim for crate::Perl_sv_magicext.
Perl_sv_magicext_mglob
thx shim for crate::Perl_sv_magicext_mglob.
Perl_sv_mortalcopy
thx shim for crate::Perl_sv_mortalcopy.
Perl_sv_mortalcopy_flags
thx shim for crate::Perl_sv_mortalcopy_flags.
Perl_sv_newmortal
thx shim for crate::Perl_sv_newmortal.
Perl_sv_newref
thx shim for crate::Perl_sv_newref.
Perl_sv_nolocking
thx shim for crate::Perl_sv_nolocking.
Perl_sv_nosharing
thx shim for crate::Perl_sv_nosharing.
Perl_sv_nounlocking
thx shim for crate::Perl_sv_nounlocking.
Perl_sv_numeq_flags
thx shim for crate::Perl_sv_numeq_flags.
Perl_sv_only_taint_gmagic
thx shim for crate::Perl_sv_only_taint_gmagic.
Perl_sv_peek
thx shim for crate::Perl_sv_peek.
Perl_sv_pos_b2u
thx shim for crate::Perl_sv_pos_b2u.
Perl_sv_pos_b2u_flags
thx shim for crate::Perl_sv_pos_b2u_flags.
Perl_sv_pos_u2b
thx shim for crate::Perl_sv_pos_u2b.
Perl_sv_pos_u2b_flags
thx shim for crate::Perl_sv_pos_u2b_flags.
Perl_sv_pv
thx shim for crate::Perl_sv_pv.
Perl_sv_pvbyte
thx shim for crate::Perl_sv_pvbyte.
Perl_sv_pvbyten_force
thx shim for crate::Perl_sv_pvbyten_force.
Perl_sv_pvbyten_force_wrapper
thx shim for crate::Perl_sv_pvbyten_force_wrapper.
Perl_sv_pvn_force
thx shim for crate::Perl_sv_pvn_force.
Perl_sv_pvn_force_flags
thx shim for crate::Perl_sv_pvn_force_flags.
Perl_sv_pvutf8
thx shim for crate::Perl_sv_pvutf8.
Perl_sv_pvutf8n_force
thx shim for crate::Perl_sv_pvutf8n_force.
Perl_sv_pvutf8n_force_wrapper
thx shim for crate::Perl_sv_pvutf8n_force_wrapper.
Perl_sv_recode_to_utf8
thx shim for crate::Perl_sv_recode_to_utf8.
Perl_sv_ref
thx shim for crate::Perl_sv_ref.
Perl_sv_reftype
thx shim for crate::Perl_sv_reftype.
Perl_sv_replace
thx shim for crate::Perl_sv_replace.
Perl_sv_report_used
thx shim for crate::Perl_sv_report_used.
Perl_sv_reset
thx shim for crate::Perl_sv_reset.
Perl_sv_rvunweaken
thx shim for crate::Perl_sv_rvunweaken.
Perl_sv_rvweaken
thx shim for crate::Perl_sv_rvweaken.
Perl_sv_set_bool
thx shim for crate::Perl_sv_set_bool.
Perl_sv_set_false
thx shim for crate::Perl_sv_set_false.
Perl_sv_set_true
thx shim for crate::Perl_sv_set_true.
Perl_sv_set_undef
thx shim for crate::Perl_sv_set_undef.
Perl_sv_sethek
thx shim for crate::Perl_sv_sethek.
Perl_sv_setiv
thx shim for crate::Perl_sv_setiv.
Perl_sv_setiv_mg
thx shim for crate::Perl_sv_setiv_mg.
Perl_sv_setnv
thx shim for crate::Perl_sv_setnv.
Perl_sv_setnv_mg
thx shim for crate::Perl_sv_setnv_mg.
Perl_sv_setpv
thx shim for crate::Perl_sv_setpv.
Perl_sv_setpv_bufsize
thx shim for crate::Perl_sv_setpv_bufsize.
Perl_sv_setpv_mg
thx shim for crate::Perl_sv_setpv_mg.
Perl_sv_setpvn
thx shim for crate::Perl_sv_setpvn.
Perl_sv_setpvn_fresh
thx shim for crate::Perl_sv_setpvn_fresh.
Perl_sv_setpvn_mg
thx shim for crate::Perl_sv_setpvn_mg.
Perl_sv_setref_iv
thx shim for crate::Perl_sv_setref_iv.
Perl_sv_setref_nv
thx shim for crate::Perl_sv_setref_nv.
Perl_sv_setref_pv
thx shim for crate::Perl_sv_setref_pv.
Perl_sv_setref_pvn
thx shim for crate::Perl_sv_setref_pvn.
Perl_sv_setref_uv
thx shim for crate::Perl_sv_setref_uv.
Perl_sv_setrv_inc
thx shim for crate::Perl_sv_setrv_inc.
Perl_sv_setrv_inc_mg
thx shim for crate::Perl_sv_setrv_inc_mg.
Perl_sv_setrv_noinc
thx shim for crate::Perl_sv_setrv_noinc.
Perl_sv_setrv_noinc_mg
thx shim for crate::Perl_sv_setrv_noinc_mg.
Perl_sv_setsv
thx shim for crate::Perl_sv_setsv.
Perl_sv_setsv_cow
thx shim for crate::Perl_sv_setsv_cow.
Perl_sv_setsv_flags
thx shim for crate::Perl_sv_setsv_flags.
Perl_sv_setsv_mg
thx shim for crate::Perl_sv_setsv_mg.
Perl_sv_setuv
thx shim for crate::Perl_sv_setuv.
Perl_sv_setuv_mg
thx shim for crate::Perl_sv_setuv_mg.
Perl_sv_streq_flags
thx shim for crate::Perl_sv_streq_flags.
Perl_sv_strftime_ints
thx shim for crate::Perl_sv_strftime_ints.
Perl_sv_strftime_tm
thx shim for crate::Perl_sv_strftime_tm.
Perl_sv_string_from_errnum
thx shim for crate::Perl_sv_string_from_errnum.
Perl_sv_taint
thx shim for crate::Perl_sv_taint.
Perl_sv_tainted
thx shim for crate::Perl_sv_tainted.
Perl_sv_true
thx shim for crate::Perl_sv_true.
Perl_sv_uni_display
thx shim for crate::Perl_sv_uni_display.
Perl_sv_unmagic
thx shim for crate::Perl_sv_unmagic.
Perl_sv_unmagicext
thx shim for crate::Perl_sv_unmagicext.
Perl_sv_unref
thx shim for crate::Perl_sv_unref.
Perl_sv_unref_flags
thx shim for crate::Perl_sv_unref_flags.
Perl_sv_untaint
thx shim for crate::Perl_sv_untaint.
Perl_sv_upgrade
thx shim for crate::Perl_sv_upgrade.
Perl_sv_usepvn
thx shim for crate::Perl_sv_usepvn.
Perl_sv_usepvn_flags
thx shim for crate::Perl_sv_usepvn_flags.
Perl_sv_usepvn_mg
thx shim for crate::Perl_sv_usepvn_mg.
Perl_sv_utf8_decode
thx shim for crate::Perl_sv_utf8_decode.
Perl_sv_utf8_downgrade
thx shim for crate::Perl_sv_utf8_downgrade.
Perl_sv_utf8_downgrade_flags
thx shim for crate::Perl_sv_utf8_downgrade_flags.
Perl_sv_utf8_encode
thx shim for crate::Perl_sv_utf8_encode.
Perl_sv_utf8_upgrade
thx shim for crate::Perl_sv_utf8_upgrade.
Perl_sv_utf8_upgrade_flags_grow
thx shim for crate::Perl_sv_utf8_upgrade_flags_grow.
Perl_sv_vcatpvf
thx shim for crate::Perl_sv_vcatpvf.
Perl_sv_vcatpvf_mg
thx shim for crate::Perl_sv_vcatpvf_mg.
Perl_sv_vcatpvfn
thx shim for crate::Perl_sv_vcatpvfn.
Perl_sv_vcatpvfn_flags
thx shim for crate::Perl_sv_vcatpvfn_flags.
Perl_sv_vsetpvf
thx shim for crate::Perl_sv_vsetpvf.
Perl_sv_vsetpvf_mg
thx shim for crate::Perl_sv_vsetpvf_mg.
Perl_sv_vsetpvfn
thx shim for crate::Perl_sv_vsetpvfn.
Perl_switch_argstack
thx shim for crate::Perl_switch_argstack.
Perl_switch_locale_context
thx shim for crate::Perl_switch_locale_context.
Perl_switch_to_global_locale
thx shim for crate::Perl_switch_to_global_locale.
Perl_sync_locale
thx shim for crate::Perl_sync_locale.
Perl_sys_init
thx shim for crate::Perl_sys_init.
Perl_sys_init3
thx shim for crate::Perl_sys_init3.
Perl_sys_term
thx shim for crate::Perl_sys_term.
Perl_taint_env
thx shim for crate::Perl_taint_env.
Perl_taint_proper
thx shim for crate::Perl_taint_proper.
Perl_thread_locale_init
thx shim for crate::Perl_thread_locale_init.
Perl_thread_locale_term
thx shim for crate::Perl_thread_locale_term.
Perl_tmps_grow_p
thx shim for crate::Perl_tmps_grow_p.
Perl_to_uni_lower
thx shim for crate::Perl_to_uni_lower.
Perl_to_uni_title
thx shim for crate::Perl_to_uni_title.
Perl_to_uni_upper
thx shim for crate::Perl_to_uni_upper.
Perl_try_amagic_bin
thx shim for crate::Perl_try_amagic_bin.
Perl_try_amagic_un
thx shim for crate::Perl_try_amagic_un.
Perl_unpackstring
thx shim for crate::Perl_unpackstring.
Perl_unshare_hek
thx shim for crate::Perl_unshare_hek.
Perl_unsharepvn
thx shim for crate::Perl_unsharepvn.
Perl_upg_version
thx shim for crate::Perl_upg_version.
Perl_utf8_distance
thx shim for crate::Perl_utf8_distance.
Perl_utf8_hop
thx shim for crate::Perl_utf8_hop.
Perl_utf8_hop_back
thx shim for crate::Perl_utf8_hop_back.
Perl_utf8_hop_forward
thx shim for crate::Perl_utf8_hop_forward.
Perl_utf8_hop_safe
thx shim for crate::Perl_utf8_hop_safe.
Perl_utf8_length
thx shim for crate::Perl_utf8_length.
Perl_utf8_to_bytes
thx shim for crate::Perl_utf8_to_bytes.
Perl_utf8_to_utf16_base
thx shim for crate::Perl_utf8_to_utf16_base.
Perl_utf8_to_uvchr
thx shim for crate::Perl_utf8_to_uvchr.
Perl_utf8_to_uvchr_buf
thx shim for crate::Perl_utf8_to_uvchr_buf.
Perl_utf8_to_uvuni
thx shim for crate::Perl_utf8_to_uvuni.
Perl_utf8n_to_uvchr
thx shim for crate::Perl_utf8n_to_uvchr.
Perl_utf8n_to_uvchr_error
thx shim for crate::Perl_utf8n_to_uvchr_error.
Perl_utf8n_to_uvuni
thx shim for crate::Perl_utf8n_to_uvuni.
Perl_utf16_to_utf8
thx shim for crate::Perl_utf16_to_utf8.
Perl_utf16_to_utf8_base
thx shim for crate::Perl_utf16_to_utf8_base.
Perl_utf16_to_utf8_reversed
thx shim for crate::Perl_utf16_to_utf8_reversed.
Perl_uvoffuni_to_utf8_flags
thx shim for crate::Perl_uvoffuni_to_utf8_flags.
Perl_uvoffuni_to_utf8_flags_msgs
thx shim for crate::Perl_uvoffuni_to_utf8_flags_msgs.
Perl_uvuni_to_utf8
thx shim for crate::Perl_uvuni_to_utf8.
Perl_valid_utf8_to_uvchr
thx shim for crate::Perl_valid_utf8_to_uvchr.
Perl_validate_proto
thx shim for crate::Perl_validate_proto.
Perl_vcmp
thx shim for crate::Perl_vcmp.
Perl_vcroak
thx shim for crate::Perl_vcroak.
Perl_vdeb
thx shim for crate::Perl_vdeb.
Perl_vfatal_warner
thx shim for crate::Perl_vfatal_warner.
Perl_vform
thx shim for crate::Perl_vform.
Perl_vivify_defelem
thx shim for crate::Perl_vivify_defelem.
Perl_vload_module
thx shim for crate::Perl_vload_module.
Perl_vmess
thx shim for crate::Perl_vmess.
Perl_vnewSVpvf
thx shim for crate::Perl_vnewSVpvf.
Perl_vnormal
thx shim for crate::Perl_vnormal.
Perl_vnumify
thx shim for crate::Perl_vnumify.
Perl_vstringify
thx shim for crate::Perl_vstringify.
Perl_vverify
thx shim for crate::Perl_vverify.
Perl_vwarn
thx shim for crate::Perl_vwarn.
Perl_vwarner
thx shim for crate::Perl_vwarner.
Perl_warn_problematic_locale
thx shim for crate::Perl_warn_problematic_locale.
Perl_warn_sv
thx shim for crate::Perl_warn_sv.
Perl_was_lvalue_sub
thx shim for crate::Perl_was_lvalue_sub.
Perl_whichsig_pv
thx shim for crate::Perl_whichsig_pv.
Perl_whichsig_pvn
thx shim for crate::Perl_whichsig_pvn.
Perl_whichsig_sv
thx shim for crate::Perl_whichsig_sv.
Perl_wrap_infix_plugin
thx shim for crate::Perl_wrap_infix_plugin.
Perl_wrap_keyword_plugin
thx shim for crate::Perl_wrap_keyword_plugin.
Perl_wrap_op_checker
thx shim for crate::Perl_wrap_op_checker.
Perl_xs_boot_epilog
thx shim for crate::Perl_xs_boot_epilog.
Perl_yylex
thx shim for crate::Perl_yylex.
PmopSTASH
thx shim for crate::PmopSTASH.
PmopSTASHPV
thx shim for crate::PmopSTASHPV.
PmopSTASHPV_set
thx shim for crate::PmopSTASHPV_set.
PmopSTASH_set
thx shim for crate::PmopSTASH_set.
RCPV_LEN
thx shim for crate::RCPV_LEN.
RCPV_REFCNT_dec
thx shim for crate::RCPV_REFCNT_dec.
RCPV_REFCNT_inc
thx shim for crate::RCPV_REFCNT_inc.
RCPV_REFCOUNT
thx shim for crate::RCPV_REFCOUNT.
RCPVx
thx shim for crate::RCPVx.
RX_COMPFLAGS
thx shim for crate::RX_COMPFLAGS.
RX_EXTFLAGS
thx shim for crate::RX_EXTFLAGS.
RX_GOFS
thx shim for crate::RX_GOFS.
RX_ISTAINTED
thx shim for crate::RX_ISTAINTED.
RX_LASTCLOSEPAREN
thx shim for crate::RX_LASTCLOSEPAREN.
RX_LASTPAREN
thx shim for crate::RX_LASTPAREN.
RX_LOGICAL_NPARENS
thx shim for crate::RX_LOGICAL_NPARENS.
RX_LOGICAL_TO_PARNO
thx shim for crate::RX_LOGICAL_TO_PARNO.
RX_MATCH_COPIED
thx shim for crate::RX_MATCH_COPIED.
RX_MATCH_TAINTED
thx shim for crate::RX_MATCH_TAINTED.
RX_MATCH_UTF8
thx shim for crate::RX_MATCH_UTF8.
RX_MATCH_UTF8_on
thx shim for crate::RX_MATCH_UTF8_on.
RX_MINLEN
thx shim for crate::RX_MINLEN.
RX_MINLENRET
thx shim for crate::RX_MINLENRET.
RX_MOTHER_RE
thx shim for crate::RX_MOTHER_RE.
RX_NPARENS
thx shim for crate::RX_NPARENS.
RX_OFFS_VALID
thx shim for crate::RX_OFFS_VALID.
RX_OFFSp
thx shim for crate::RX_OFFSp.
RX_PARNO_TO_LOGICAL
thx shim for crate::RX_PARNO_TO_LOGICAL.
RX_PARNO_TO_LOGICAL_NEXT
thx shim for crate::RX_PARNO_TO_LOGICAL_NEXT.
RX_PPRIVATE
thx shim for crate::RX_PPRIVATE.
RX_PRECOMP
thx shim for crate::RX_PRECOMP.
RX_PRELEN
thx shim for crate::RX_PRELEN.
RX_PRE_PREFIX
thx shim for crate::RX_PRE_PREFIX.
RX_QR_ANONCV
thx shim for crate::RX_QR_ANONCV.
RX_REFCNT
thx shim for crate::RX_REFCNT.
RX_SUBSTRS
thx shim for crate::RX_SUBSTRS.
RX_UTF8
thx shim for crate::RX_UTF8.
RX_WRAPLEN
thx shim for crate::RX_WRAPLEN.
RX_WRAPPED
thx shim for crate::RX_WRAPPED.
RXp_COMPFLAGS
thx shim for crate::RXp_COMPFLAGS.
RXp_EXTFLAGS
thx shim for crate::RXp_EXTFLAGS.
RXp_GOFS
thx shim for crate::RXp_GOFS.
RXp_ISTAINTED
thx shim for crate::RXp_ISTAINTED.
RXp_LASTCLOSEPAREN
thx shim for crate::RXp_LASTCLOSEPAREN.
RXp_LASTPAREN
thx shim for crate::RXp_LASTPAREN.
RXp_LOGICAL_NPARENS
thx shim for crate::RXp_LOGICAL_NPARENS.
RXp_LOGICAL_TO_PARNO
thx shim for crate::RXp_LOGICAL_TO_PARNO.
RXp_MATCH_COPIED
thx shim for crate::RXp_MATCH_COPIED.
RXp_MATCH_COPIED_off
thx shim for crate::RXp_MATCH_COPIED_off.
RXp_MATCH_COPIED_on
thx shim for crate::RXp_MATCH_COPIED_on.
RXp_MATCH_TAINTED
thx shim for crate::RXp_MATCH_TAINTED.
RXp_MATCH_TAINTED_off
thx shim for crate::RXp_MATCH_TAINTED_off.
RXp_MATCH_TAINTED_on
thx shim for crate::RXp_MATCH_TAINTED_on.
RXp_MATCH_UTF8
thx shim for crate::RXp_MATCH_UTF8.
RXp_MATCH_UTF8_off
thx shim for crate::RXp_MATCH_UTF8_off.
RXp_MATCH_UTF8_on
thx shim for crate::RXp_MATCH_UTF8_on.
RXp_MINLEN
thx shim for crate::RXp_MINLEN.
RXp_MINLENRET
thx shim for crate::RXp_MINLENRET.
RXp_MOTHER_RE
thx shim for crate::RXp_MOTHER_RE.
RXp_NPARENS
thx shim for crate::RXp_NPARENS.
RXp_OFFS_VALID
thx shim for crate::RXp_OFFS_VALID.
RXp_OFFSp
thx shim for crate::RXp_OFFSp.
RXp_PAREN_NAMES
thx shim for crate::RXp_PAREN_NAMES.
RXp_PARNO_TO_LOGICAL
thx shim for crate::RXp_PARNO_TO_LOGICAL.
RXp_PARNO_TO_LOGICAL_NEXT
thx shim for crate::RXp_PARNO_TO_LOGICAL_NEXT.
RXp_PPRIVATE
thx shim for crate::RXp_PPRIVATE.
RXp_PRE_PREFIX
thx shim for crate::RXp_PRE_PREFIX.
RXp_QR_ANONCV
thx shim for crate::RXp_QR_ANONCV.
RXp_SUBSTRS
thx shim for crate::RXp_SUBSTRS.
ReANY
thx shim for crate::ReANY.
RsPARA
thx shim for crate::RsPARA.
RsRECORD
thx shim for crate::RsRECORD.
RsSIMPLE
thx shim for crate::RsSIMPLE.
RsSNARF
thx shim for crate::RsSNARF.
SAVECLEARSV
thx shim for crate::SAVECLEARSV.
SAVECOMPILEWARNINGS
thx shim for crate::SAVECOMPILEWARNINGS.
SAVECOMPPAD
thx shim for crate::SAVECOMPPAD.
SAVECURCOPWARNINGS
thx shim for crate::SAVECURCOPWARNINGS.
SAVEFREERCPV
thx shim for crate::SAVEFREERCPV.
SAVEFREESV
thx shim for crate::SAVEFREESV.
SAVEHDELETE
thx shim for crate::SAVEHDELETE.
SAVEHINTS
thx shim for crate::SAVEHINTS.
SAVEMORTALIZESV
thx shim for crate::SAVEMORTALIZESV.
SAVEPADSVANDMORTALIZE
thx shim for crate::SAVEPADSVANDMORTALIZE.
SAVEPARSER
thx shim for crate::SAVEPARSER.
SAVESETSVFLAGS
thx shim for crate::SAVESETSVFLAGS.
SSNEW
thx shim for crate::SSNEW.
S_MgBYTEPOS
thx shim for crate::S_MgBYTEPOS.
S_new_body
thx shim for crate::S_new_body.
S_perl_hash_siphash_1_3_with_state_64
thx shim for crate::S_perl_hash_siphash_1_3_with_state_64.
S_perl_hash_siphash_2_4_with_state_64
thx shim for crate::S_perl_hash_siphash_2_4_with_state_64.
S_perl_siphash_seed_state
thx shim for crate::S_perl_siphash_seed_state.
S_should_warn_nl
thx shim for crate::S_should_warn_nl.
S_strip_spaces
thx shim for crate::S_strip_spaces.
S_sv_or_pv_pos_u2b
thx shim for crate::S_sv_or_pv_pos_u2b.
Slab_Alloc
thx shim for crate::Slab_Alloc.
Slab_Free
thx shim for crate::Slab_Free.
SvAMAGIC
thx shim for crate::SvAMAGIC.
SvANY
thx shim for crate::SvANY.
SvARENA_CHAIN
thx shim for crate::SvARENA_CHAIN.
SvBoolFlagsOK
thx shim for crate::SvBoolFlagsOK.
SvCUR
thx shim for crate::SvCUR.
SvEND
thx shim for crate::SvEND.
SvFAKE
thx shim for crate::SvFAKE.
SvFAKE_off
thx shim for crate::SvFAKE_off.
SvFAKE_on
thx shim for crate::SvFAKE_on.
SvFLAGS
thx shim for crate::SvFLAGS.
SvGAMAGIC
thx shim for crate::SvGAMAGIC.
SvGETMAGIC
thx shim for crate::SvGETMAGIC.
SvGID
thx shim for crate::SvGID.
SvGMAGICAL
thx shim for crate::SvGMAGICAL.
SvGMAGICAL_off
thx shim for crate::SvGMAGICAL_off.
SvGMAGICAL_on
thx shim for crate::SvGMAGICAL_on.
SvGROW
thx shim for crate::SvGROW.
SvGROW_mutable
thx shim for crate::SvGROW_mutable.
SvIOK
thx shim for crate::SvIOK.
SvIOK_UV
thx shim for crate::SvIOK_UV.
SvIOK_nog
thx shim for crate::SvIOK_nog.
SvIOK_nogthink
thx shim for crate::SvIOK_nogthink.
SvIOK_notUV
thx shim for crate::SvIOK_notUV.
SvIOK_off
thx shim for crate::SvIOK_off.
SvIOKp
thx shim for crate::SvIOKp.
SvIOKp_on
thx shim for crate::SvIOKp_on.
SvIV
thx shim for crate::SvIV.
SvIVX
thx shim for crate::SvIVX.
SvIVXx
thx shim for crate::SvIVXx.
SvIV_nomg
thx shim for crate::SvIV_nomg.
SvIV_please_nomg
thx shim for crate::SvIV_please_nomg.
SvIVx
thx shim for crate::SvIVx.
SvIandPOK
thx shim for crate::SvIandPOK.
SvIandPOK_off
thx shim for crate::SvIandPOK_off.
SvIsBOOL
thx shim for crate::SvIsBOOL.
SvIsCOW
thx shim for crate::SvIsCOW.
SvIsCOW_off
thx shim for crate::SvIsCOW_off.
SvIsCOW_on
thx shim for crate::SvIsCOW_on.
SvIsCOW_shared_hash
thx shim for crate::SvIsCOW_shared_hash.
SvIsCOW_static
thx shim for crate::SvIsCOW_static.
SvIsUV
thx shim for crate::SvIsUV.
SvIsUV_off
thx shim for crate::SvIsUV_off.
SvIsUV_on
thx shim for crate::SvIsUV_on.
SvLEN
thx shim for crate::SvLEN.
SvLENx
thx shim for crate::SvLENx.
SvLOCK
thx shim for crate::SvLOCK.
SvMAGIC
thx shim for crate::SvMAGIC.
SvMAGICAL
thx shim for crate::SvMAGICAL.
SvMAGICAL_off
thx shim for crate::SvMAGICAL_off.
SvNIOK
thx shim for crate::SvNIOK.
SvNIOK_nog
thx shim for crate::SvNIOK_nog.
SvNIOK_nogthink
thx shim for crate::SvNIOK_nogthink.
SvNIOK_off
thx shim for crate::SvNIOK_off.
SvNIOKp
thx shim for crate::SvNIOKp.
SvNOK
thx shim for crate::SvNOK.
SvNOK_nog
thx shim for crate::SvNOK_nog.
SvNOK_nogthink
thx shim for crate::SvNOK_nogthink.
SvNOK_off
thx shim for crate::SvNOK_off.
SvNOKp
thx shim for crate::SvNOKp.
SvNOKp_on
thx shim for crate::SvNOKp_on.
SvNV
thx shim for crate::SvNV.
SvNVX
thx shim for crate::SvNVX.
SvNVXx
thx shim for crate::SvNVXx.
SvNV_nomg
thx shim for crate::SvNV_nomg.
SvOBJECT
thx shim for crate::SvOBJECT.
SvOBJECT_off
thx shim for crate::SvOBJECT_off.
SvOBJECT_on
thx shim for crate::SvOBJECT_on.
SvOK
thx shim for crate::SvOK.
SvOK_off
thx shim for crate::SvOK_off.
SvOK_off_exc_UV
thx shim for crate::SvOK_off_exc_UV.
SvOKp
thx shim for crate::SvOKp.
SvOOK
thx shim for crate::SvOOK.
SvOOK_off
thx shim for crate::SvOOK_off.
SvOOK_on
thx shim for crate::SvOOK_on.
SvPADMY
thx shim for crate::SvPADMY.
SvPADSTALE
thx shim for crate::SvPADSTALE.
SvPADSTALE_off
thx shim for crate::SvPADSTALE_off.
SvPADSTALE_on
thx shim for crate::SvPADSTALE_on.
SvPADTMP
thx shim for crate::SvPADTMP.
SvPADTMP_off
thx shim for crate::SvPADTMP_off.
SvPADTMP_on
thx shim for crate::SvPADTMP_on.
SvPCS_IMPORTED
thx shim for crate::SvPCS_IMPORTED.
SvPCS_IMPORTED_off
thx shim for crate::SvPCS_IMPORTED_off.
SvPEEK
thx shim for crate::SvPEEK.
SvPOK
thx shim for crate::SvPOK.
SvPOK_byte_nog
thx shim for crate::SvPOK_byte_nog.
SvPOK_byte_nogthink
thx shim for crate::SvPOK_byte_nogthink.
SvPOK_byte_pure_nogthink
thx shim for crate::SvPOK_byte_pure_nogthink.
SvPOK_nog
thx shim for crate::SvPOK_nog.
SvPOK_nogthink
thx shim for crate::SvPOK_nogthink.
SvPOK_off
thx shim for crate::SvPOK_off.
SvPOK_or_cached_IV
thx shim for crate::SvPOK_or_cached_IV.
SvPOK_pure_nogthink
thx shim for crate::SvPOK_pure_nogthink.
SvPOK_utf8_nog
thx shim for crate::SvPOK_utf8_nog.
SvPOK_utf8_nogthink
thx shim for crate::SvPOK_utf8_nogthink.
SvPOK_utf8_pure_nogthink
thx shim for crate::SvPOK_utf8_pure_nogthink.
SvPOKp
thx shim for crate::SvPOKp.
SvPOKp_on
thx shim for crate::SvPOKp_on.
SvPVCLEAR
thx shim for crate::SvPVCLEAR.
SvPVX
thx shim for crate::SvPVX.
SvPVX_const
thx shim for crate::SvPVX_const.
SvPVX_mutable
thx shim for crate::SvPVX_mutable.
SvPVXtrue
thx shim for crate::SvPVXtrue.
SvPVXx
thx shim for crate::SvPVXx.
SvPVbytex_force
thx shim for crate::SvPVbytex_force.
SvPVutf8x_force
thx shim for crate::SvPVutf8x_force.
SvPVx_force
thx shim for crate::SvPVx_force.
SvREADONLY
thx shim for crate::SvREADONLY.
SvREADONLY_off
thx shim for crate::SvREADONLY_off.
SvREFCNT
thx shim for crate::SvREFCNT.
SvREFCNT_dec
thx shim for crate::SvREFCNT_dec.
SvREFCNT_dec_NN
thx shim for crate::SvREFCNT_dec_NN.
SvREFCNT_dec_ret_NULL
thx shim for crate::SvREFCNT_dec_ret_NULL.
SvREFCNT_inc
thx shim for crate::SvREFCNT_inc.
SvREFCNT_inc_NN
thx shim for crate::SvREFCNT_inc_NN.
SvREFCNT_inc_simple
thx shim for crate::SvREFCNT_inc_simple.
SvREFCNT_inc_simple_NN
thx shim for crate::SvREFCNT_inc_simple_NN.
SvREFCNT_inc_simple_void_NN
thx shim for crate::SvREFCNT_inc_simple_void_NN.
SvREFCNT_inc_void
thx shim for crate::SvREFCNT_inc_void.
SvREFCNT_inc_void_NN
thx shim for crate::SvREFCNT_inc_void_NN.
SvRMAGICAL
thx shim for crate::SvRMAGICAL.
SvRMAGICAL_off
thx shim for crate::SvRMAGICAL_off.
SvRMAGICAL_on
thx shim for crate::SvRMAGICAL_on.
SvROK
thx shim for crate::SvROK.
SvROK_off
thx shim for crate::SvROK_off.
SvROK_on
thx shim for crate::SvROK_on.
SvRV
thx shim for crate::SvRV.
SvRV_const
thx shim for crate::SvRV_const.
SvRVx
thx shim for crate::SvRVx.
SvRX
thx shim for crate::SvRX.
SvRXOK
thx shim for crate::SvRXOK.
SvSCREAM
thx shim for crate::SvSCREAM.
SvSCREAM_off
thx shim for crate::SvSCREAM_off.
SvSCREAM_on
thx shim for crate::SvSCREAM_on.
SvSHARE
thx shim for crate::SvSHARE.
SvSMAGICAL
thx shim for crate::SvSMAGICAL.
SvSMAGICAL_off
thx shim for crate::SvSMAGICAL_off.
SvSMAGICAL_on
thx shim for crate::SvSMAGICAL_on.
SvSTASH
thx shim for crate::SvSTASH.
SvTAIL
thx shim for crate::SvTAIL.
SvTAINTED
thx shim for crate::SvTAINTED.
SvTEMP
thx shim for crate::SvTEMP.
SvTEMP_off
thx shim for crate::SvTEMP_off.
SvTEMP_on
thx shim for crate::SvTEMP_on.
SvTHINKFIRST
thx shim for crate::SvTHINKFIRST.
SvTIED_mg
thx shim for crate::SvTIED_mg.
SvTIED_obj
thx shim for crate::SvTIED_obj.
SvTRUE
thx shim for crate::SvTRUE.
SvTRUE_NN
thx shim for crate::SvTRUE_NN.
SvTRUE_common
thx shim for crate::SvTRUE_common.
SvTRUE_nomg
thx shim for crate::SvTRUE_nomg.
SvTRUE_nomg_NN
thx shim for crate::SvTRUE_nomg_NN.
SvTYPE
thx shim for crate::SvTYPE.
SvUNLOCK
thx shim for crate::SvUNLOCK.
SvUOK
thx shim for crate::SvUOK.
SvUOK_nog
thx shim for crate::SvUOK_nog.
SvUOK_nogthink
thx shim for crate::SvUOK_nogthink.
SvUPGRADE
thx shim for crate::SvUPGRADE.
SvUTF8
thx shim for crate::SvUTF8.
SvUTF8_off
thx shim for crate::SvUTF8_off.
SvUTF8_on
thx shim for crate::SvUTF8_on.
SvUV
thx shim for crate::SvUV.
SvUVX
thx shim for crate::SvUVX.
SvUVXx
thx shim for crate::SvUVXx.
SvUV_nomg
thx shim for crate::SvUV_nomg.
SvUVx
thx shim for crate::SvUVx.
SvVALID
thx shim for crate::SvVALID.
SvVOK
thx shim for crate::SvVOK.
SvVSTRING_mg
thx shim for crate::SvVSTRING_mg.
SvWEAKREF
thx shim for crate::SvWEAKREF.
SvWEAKREF_off
thx shim for crate::SvWEAKREF_off.
TAINTING_set
thx shim for crate::TAINTING_set.
TAINT_WARN_set
thx shim for crate::TAINT_WARN_set.
TAINT_set
thx shim for crate::TAINT_set.
UNICODE_IS_REPLACEMENT
thx shim for crate::UNICODE_IS_REPLACEMENT.
UNICODE_IS_SUPER
thx shim for crate::UNICODE_IS_SUPER.
UNOP_AUX_item_sv
thx shim for crate::UNOP_AUX_item_sv.
USE_LEFT
thx shim for crate::USE_LEFT.
U_32
thx shim for crate::U_32.
U_I
thx shim for crate::U_I.
U_L
thx shim for crate::U_L.
U_S
thx shim for crate::U_S.
U_V
thx shim for crate::U_V.
XopFLAGS
thx shim for crate::XopFLAGS.
_byte_dump_string
thx shim for crate::_byte_dump_string.
_force_out_malformed_utf8_message
thx shim for crate::_force_out_malformed_utf8_message.
_inverse_folds
thx shim for crate::_inverse_folds.
_is_in_locale_category
thx shim for crate::_is_in_locale_category.
_is_uni_FOO
thx shim for crate::_is_uni_FOO.
_is_uni_perl_idcont
thx shim for crate::_is_uni_perl_idcont.
_is_uni_perl_idstart
thx shim for crate::_is_uni_perl_idstart.
_is_utf8_FOO
thx shim for crate::_is_utf8_FOO.
_is_utf8_perl_idcont
thx shim for crate::_is_utf8_perl_idcont.
_is_utf8_perl_idstart
thx shim for crate::_is_utf8_perl_idstart.
_toFOLD_utf8_flags
thx shim for crate::_toFOLD_utf8_flags.
_toLOWER_utf8_flags
thx shim for crate::_toLOWER_utf8_flags.
_toTITLE_utf8_flags
thx shim for crate::_toTITLE_utf8_flags.
_toUPPER_utf8_flags
thx shim for crate::_toUPPER_utf8_flags.
_to_uni_fold_flags
thx shim for crate::_to_uni_fold_flags.
_to_utf8_fold_flags
thx shim for crate::_to_utf8_fold_flags.
_to_utf8_lower_flags
thx shim for crate::_to_utf8_lower_flags.
_to_utf8_title_flags
thx shim for crate::_to_utf8_title_flags.
_to_utf8_upper_flags
thx shim for crate::_to_utf8_upper_flags.
alloccopstash
thx shim for crate::alloccopstash.
amagic_applies
thx shim for crate::amagic_applies.
amagic_call
thx shim for crate::amagic_call.
amagic_deref_call
thx shim for crate::amagic_deref_call.
any_dup
thx shim for crate::any_dup.
apply_attrs_string
thx shim for crate::apply_attrs_string.
apply_builtin_cv_attributes
thx shim for crate::apply_builtin_cv_attributes.
assert_not_ROK
thx shim for crate::assert_not_ROK.
assert_not_glob
thx shim for crate::assert_not_glob.
av_clear
thx shim for crate::av_clear.
av_count
thx shim for crate::av_count.
av_delete
thx shim for crate::av_delete.
av_dump
thx shim for crate::av_dump.
av_dup
thx shim for crate::av_dup.
av_dup_inc
thx shim for crate::av_dup_inc.
av_exists
thx shim for crate::av_exists.
av_extend
thx shim for crate::av_extend.
av_fetch
thx shim for crate::av_fetch.
av_fill
thx shim for crate::av_fill.
av_len
thx shim for crate::av_len.
av_make
thx shim for crate::av_make.
av_pop
thx shim for crate::av_pop.
av_push
thx shim for crate::av_push.
av_push_simple
thx shim for crate::av_push_simple.
av_reify
thx shim for crate::av_reify.
av_remove_offset
thx shim for crate::av_remove_offset.
av_shift
thx shim for crate::av_shift.
av_store
thx shim for crate::av_store.
av_store_simple
thx shim for crate::av_store_simple.
av_tindex_skip_len_mg
thx shim for crate::av_tindex_skip_len_mg.
av_top_index_skip_len_mg
thx shim for crate::av_top_index_skip_len_mg.
av_undef
thx shim for crate::av_undef.
av_unshift
thx shim for crate::av_unshift.
block_end
thx shim for crate::block_end.
block_gimme
thx shim for crate::block_gimme.
block_start
thx shim for crate::block_start.
boolSV
thx shim for crate::boolSV.
bytes_cmp_utf8
thx shim for crate::bytes_cmp_utf8.
bytes_from_utf8
thx shim for crate::bytes_from_utf8.
bytes_to_utf8
thx shim for crate::bytes_to_utf8.
cBOOL
thx shim for crate::cBOOL.
call_argv
thx shim for crate::call_argv.
call_atexit
thx shim for crate::call_atexit.
call_list
thx shim for crate::call_list.
call_method
thx shim for crate::call_method.
call_pv
thx shim for crate::call_pv.
call_sv
thx shim for crate::call_sv.
caller_cx
thx shim for crate::caller_cx.
ckWARN
thx shim for crate::ckWARN.
ckWARN2
thx shim for crate::ckWARN2.
ckWARN3
thx shim for crate::ckWARN3.
ckWARN4
thx shim for crate::ckWARN4.
ckWARN2_d
thx shim for crate::ckWARN2_d.
ckWARN3_d
thx shim for crate::ckWARN3_d.
ckWARN4_d
thx shim for crate::ckWARN4_d.
ckWARN_d
thx shim for crate::ckWARN_d.
ck_entersub_args_list
thx shim for crate::ck_entersub_args_list.
ck_entersub_args_proto
thx shim for crate::ck_entersub_args_proto.
ck_entersub_args_proto_or_list
thx shim for crate::ck_entersub_args_proto_or_list.
ck_warner
thx shim for crate::ck_warner.
ck_warner_d
thx shim for crate::ck_warner_d.
clear_defarray
thx shim for crate::clear_defarray.
clear_defarray_simple
thx shim for crate::clear_defarray_simple.
cop_fetch_label
thx shim for crate::cop_fetch_label.
cop_file_avn
thx shim for crate::cop_file_avn.
cop_hints_2hv
thx shim for crate::cop_hints_2hv.
cop_hints_exists_pvn
thx shim for crate::cop_hints_exists_pvn.
cop_hints_fetch_pv
thx shim for crate::cop_hints_fetch_pv.
cop_hints_fetch_pvn
thx shim for crate::cop_hints_fetch_pvn.
cop_hints_fetch_sv
thx shim for crate::cop_hints_fetch_sv.
cop_store_label
thx shim for crate::cop_store_label.
cophh_2hv
thx shim for crate::cophh_2hv.
cophh_copy
thx shim for crate::cophh_copy.
cophh_delete_pv
thx shim for crate::cophh_delete_pv.
cophh_delete_pvn
thx shim for crate::cophh_delete_pvn.
cophh_delete_sv
thx shim for crate::cophh_delete_sv.
cophh_exists_pvn
thx shim for crate::cophh_exists_pvn.
cophh_fetch_pv
thx shim for crate::cophh_fetch_pv.
cophh_fetch_pvn
thx shim for crate::cophh_fetch_pvn.
cophh_fetch_sv
thx shim for crate::cophh_fetch_sv.
cophh_free
thx shim for crate::cophh_free.
cophh_new_empty
thx shim for crate::cophh_new_empty.
cophh_store_pv
thx shim for crate::cophh_store_pv.
cophh_store_pvn
thx shim for crate::cophh_store_pvn.
cophh_store_sv
thx shim for crate::cophh_store_sv.
croak
thx shim for crate::croak.
croak_sv
thx shim for crate::croak_sv.
current_re_engine
thx shim for crate::current_re_engine.
custom_op_get_field
thx shim for crate::custom_op_get_field.
cv_ckproto_len_flags
thx shim for crate::cv_ckproto_len_flags.
cv_clone
thx shim for crate::cv_clone.
cv_dup
thx shim for crate::cv_dup.
cv_dup_inc
thx shim for crate::cv_dup_inc.
cv_get_call_checker
thx shim for crate::cv_get_call_checker.
cv_get_call_checker_flags
thx shim for crate::cv_get_call_checker_flags.
cv_name
thx shim for crate::cv_name.
cv_set_call_checker
thx shim for crate::cv_set_call_checker.
cv_set_call_checker_flags
thx shim for crate::cv_set_call_checker_flags.
cv_undef
thx shim for crate::cv_undef.
cvgv_set
thx shim for crate::cvgv_set.
cvstash_set
thx shim for crate::cvstash_set.
cx_dump
thx shim for crate::cx_dump.
cx_dup
thx shim for crate::cx_dup.
cx_popblock
thx shim for crate::cx_popblock.
cx_popeval
thx shim for crate::cx_popeval.
cx_popgiven
thx shim for crate::cx_popgiven.
cx_popsub
thx shim for crate::cx_popsub.
cx_popsub_args
thx shim for crate::cx_popsub_args.
cx_popsub_common
thx shim for crate::cx_popsub_common.
cx_popwhen
thx shim for crate::cx_popwhen.
cx_pushblock
thx shim for crate::cx_pushblock.
cx_pusheval
thx shim for crate::cx_pusheval.
cx_pushformat
thx shim for crate::cx_pushformat.
cx_pushgiven
thx shim for crate::cx_pushgiven.
cx_pushloop_for
thx shim for crate::cx_pushloop_for.
cx_pushloop_plain
thx shim for crate::cx_pushloop_plain.
cx_pushsub
thx shim for crate::cx_pushsub.
cx_pushtry
thx shim for crate::cx_pushtry.
cx_pushwhen
thx shim for crate::cx_pushwhen.
cx_topblock
thx shim for crate::cx_topblock.
cxinc
thx shim for crate::cxinc.
deb
thx shim for crate::deb.
debop
thx shim for crate::debop.
debprofdump
thx shim for crate::debprofdump.
debstack
thx shim for crate::debstack.
debstackptrs
thx shim for crate::debstackptrs.
despatch_signals
thx shim for crate::despatch_signals.
die
thx shim for crate::die.
die_sv
thx shim for crate::die_sv.
dirp_dup
thx shim for crate::dirp_dup.
do_close
thx shim for crate::do_close.
do_gv_dump
thx shim for crate::do_gv_dump.
do_gvgv_dump
thx shim for crate::do_gvgv_dump.
do_hv_dump
thx shim for crate::do_hv_dump.
do_join
thx shim for crate::do_join.
do_magic_dump
thx shim for crate::do_magic_dump.
do_op_dump
thx shim for crate::do_op_dump.
do_open
thx shim for crate::do_open.
do_openn
thx shim for crate::do_openn.
do_pmop_dump
thx shim for crate::do_pmop_dump.
do_sprintf
thx shim for crate::do_sprintf.
do_sv_dump
thx shim for crate::do_sv_dump.
doref
thx shim for crate::doref.
dounwind
thx shim for crate::dounwind.
dowantarray
thx shim for crate::dowantarray.
dump_all
thx shim for crate::dump_all.
dump_eval
thx shim for crate::dump_eval.
dump_form
thx shim for crate::dump_form.
dump_indent
thx shim for crate::dump_indent.
dump_packsubs
thx shim for crate::dump_packsubs.
dump_sub
thx shim for crate::dump_sub.
dump_vindent
thx shim for crate::dump_vindent.
eval_pv
thx shim for crate::eval_pv.
eval_sv
thx shim for crate::eval_sv.
fatal_warner
thx shim for crate::fatal_warner.
fbm_compile
thx shim for crate::fbm_compile.
fbm_instr
thx shim for crate::fbm_instr.
filter_add
thx shim for crate::filter_add.
filter_del
thx shim for crate::filter_del.
filter_read
thx shim for crate::filter_read.
finalize_optree
thx shim for crate::finalize_optree.
find_runcv
thx shim for crate::find_runcv.
find_rundefsv
thx shim for crate::find_rundefsv.
foldEQ
thx shim for crate::foldEQ.
foldEQ_latin1
thx shim for crate::foldEQ_latin1.
foldEQ_locale
thx shim for crate::foldEQ_locale.
foldEQ_utf8
thx shim for crate::foldEQ_utf8.
foldEQ_utf8_flags
thx shim for crate::foldEQ_utf8_flags.
forbid_outofblock_ops
thx shim for crate::forbid_outofblock_ops.
form
thx shim for crate::form.
fp_dup
thx shim for crate::fp_dup.
free_tmps
thx shim for crate::free_tmps.
get_and_check_backslash_N_name
thx shim for crate::get_and_check_backslash_N_name.
get_av
thx shim for crate::get_av.
get_cv
thx shim for crate::get_cv.
get_cvn_flags
thx shim for crate::get_cvn_flags.
get_hv
thx shim for crate::get_hv.
get_op_descs
thx shim for crate::get_op_descs.
get_op_names
thx shim for crate::get_op_names.
get_ppaddr
thx shim for crate::get_ppaddr.
get_prop_definition
thx shim for crate::get_prop_definition.
get_sv
thx shim for crate::get_sv.
getcwd_sv
thx shim for crate::getcwd_sv.
getegid
thx shim for crate::getegid.
geteuid
thx shim for crate::geteuid.
getgid
thx shim for crate::getgid.
getuid
thx shim for crate::getuid.
gimme_V
thx shim for crate::gimme_V.
gp_dup
thx shim for crate::gp_dup.
gp_free
thx shim for crate::gp_free.
gp_ref
thx shim for crate::gp_ref.
grok_bin
thx shim for crate::grok_bin.
grok_bin_oct_hex
thx shim for crate::grok_bin_oct_hex.
grok_hex
thx shim for crate::grok_hex.
grok_infnan
thx shim for crate::grok_infnan.
grok_number
thx shim for crate::grok_number.
grok_number_flags
thx shim for crate::grok_number_flags.
grok_numeric_radix
thx shim for crate::grok_numeric_radix.
grok_oct
thx shim for crate::grok_oct.
gv_AVadd
thx shim for crate::gv_AVadd.
gv_HVadd
thx shim for crate::gv_HVadd.
gv_IOadd
thx shim for crate::gv_IOadd.
gv_SVadd
thx shim for crate::gv_SVadd.
gv_add_by_type
thx shim for crate::gv_add_by_type.
gv_autoload_pv
thx shim for crate::gv_autoload_pv.
gv_autoload_pvn
thx shim for crate::gv_autoload_pvn.
gv_autoload_sv
thx shim for crate::gv_autoload_sv.
gv_check
thx shim for crate::gv_check.
gv_const_sv
thx shim for crate::gv_const_sv.
gv_dump
thx shim for crate::gv_dump.
gv_dup
thx shim for crate::gv_dup.
gv_dup_inc
thx shim for crate::gv_dup_inc.
gv_efullname3
thx shim for crate::gv_efullname3.
gv_efullname4
thx shim for crate::gv_efullname4.
gv_fetchfile
thx shim for crate::gv_fetchfile.
gv_fetchfile_flags
thx shim for crate::gv_fetchfile_flags.
gv_fetchmeth
thx shim for crate::gv_fetchmeth.
gv_fetchmeth_autoload
thx shim for crate::gv_fetchmeth_autoload.
gv_fetchmeth_pv
thx shim for crate::gv_fetchmeth_pv.
gv_fetchmeth_pv_autoload
thx shim for crate::gv_fetchmeth_pv_autoload.
gv_fetchmeth_pvn
thx shim for crate::gv_fetchmeth_pvn.
gv_fetchmeth_pvn_autoload
thx shim for crate::gv_fetchmeth_pvn_autoload.
gv_fetchmeth_sv
thx shim for crate::gv_fetchmeth_sv.
gv_fetchmeth_sv_autoload
thx shim for crate::gv_fetchmeth_sv_autoload.
gv_fetchmethod
thx shim for crate::gv_fetchmethod.
gv_fetchmethod_autoload
thx shim for crate::gv_fetchmethod_autoload.
gv_fetchmethod_flags
thx shim for crate::gv_fetchmethod_flags.
gv_fetchmethod_pv_flags
thx shim for crate::gv_fetchmethod_pv_flags.
gv_fetchmethod_pvn_flags
thx shim for crate::gv_fetchmethod_pvn_flags.
gv_fetchmethod_sv_flags
thx shim for crate::gv_fetchmethod_sv_flags.
gv_fetchpv
thx shim for crate::gv_fetchpv.
gv_fetchpvn_flags
thx shim for crate::gv_fetchpvn_flags.
gv_fetchsv
thx shim for crate::gv_fetchsv.
gv_fullname3
thx shim for crate::gv_fullname3.
gv_fullname4
thx shim for crate::gv_fullname4.
gv_handler
thx shim for crate::gv_handler.
gv_init
thx shim for crate::gv_init.
gv_init_pv
thx shim for crate::gv_init_pv.
gv_init_pvn
thx shim for crate::gv_init_pvn.
gv_init_sv
thx shim for crate::gv_init_sv.
gv_method_changed
thx shim for crate::gv_method_changed.
gv_name_set
thx shim for crate::gv_name_set.
gv_override
thx shim for crate::gv_override.
gv_stashpv
thx shim for crate::gv_stashpv.
gv_stashpvn
thx shim for crate::gv_stashpvn.
gv_stashsv
thx shim for crate::gv_stashsv.
gv_try_downgrade
thx shim for crate::gv_try_downgrade.
he_dup
thx shim for crate::he_dup.
hek_dup
thx shim for crate::hek_dup.
hv_bucket_ratio
thx shim for crate::hv_bucket_ratio.
hv_clear
thx shim for crate::hv_clear.
hv_clear_placeholders
thx shim for crate::hv_clear_placeholders.
hv_common
thx shim for crate::hv_common.
hv_common_key_len
thx shim for crate::hv_common_key_len.
hv_copy_hints_hv
thx shim for crate::hv_copy_hints_hv.
hv_delayfree_ent
thx shim for crate::hv_delayfree_ent.
hv_delete
thx shim for crate::hv_delete.
hv_delete_ent
thx shim for crate::hv_delete_ent.
hv_deletes
thx shim for crate::hv_deletes.
hv_dump
thx shim for crate::hv_dump.
hv_dup
thx shim for crate::hv_dup.
hv_dup_inc
thx shim for crate::hv_dup_inc.
hv_exists
thx shim for crate::hv_exists.
hv_exists_ent
thx shim for crate::hv_exists_ent.
hv_existshek
thx shim for crate::hv_existshek.
hv_existss
thx shim for crate::hv_existss.
hv_fetch
thx shim for crate::hv_fetch.
hv_fetch_ent
thx shim for crate::hv_fetch_ent.
hv_fetchs
thx shim for crate::hv_fetchs.
hv_free_ent
thx shim for crate::hv_free_ent.
hv_iterinit
thx shim for crate::hv_iterinit.
hv_iterkey
thx shim for crate::hv_iterkey.
hv_iterkeysv
thx shim for crate::hv_iterkeysv.
hv_iternext
thx shim for crate::hv_iternext.
hv_iternext_flags
thx shim for crate::hv_iternext_flags.
hv_iternextsv
thx shim for crate::hv_iternextsv.
hv_iterval
thx shim for crate::hv_iterval.
hv_ksplit
thx shim for crate::hv_ksplit.
hv_magic
thx shim for crate::hv_magic.
hv_name_set
thx shim for crate::hv_name_set.
hv_name_sets
thx shim for crate::hv_name_sets.
hv_rand_set
thx shim for crate::hv_rand_set.
hv_scalar
thx shim for crate::hv_scalar.
hv_store
thx shim for crate::hv_store.
hv_store_ent
thx shim for crate::hv_store_ent.
hv_store_flags
thx shim for crate::hv_store_flags.
hv_storehek
thx shim for crate::hv_storehek.
hv_stores
thx shim for crate::hv_stores.
hv_undef
thx shim for crate::hv_undef.
ibcmp_utf8
thx shim for crate::ibcmp_utf8.
init_i18nl10n
thx shim for crate::init_i18nl10n.
init_named_cv
thx shim for crate::init_named_cv.
init_stacks
thx shim for crate::init_stacks.
init_tm
thx shim for crate::init_tm.
intro_my
thx shim for crate::intro_my.
io_dup
thx shim for crate::io_dup.
io_dup_inc
thx shim for crate::io_dup_inc.
isGV
thx shim for crate::isGV.
isGV_or_RVCV
thx shim for crate::isGV_or_RVCV.
isGV_with_GP
thx shim for crate::isGV_with_GP.
isREGEXP
thx shim for crate::isREGEXP.
isSCRIPT_RUN
thx shim for crate::isSCRIPT_RUN.
is_LAX_VERSION
thx shim for crate::is_LAX_VERSION.
is_STRICT_VERSION
thx shim for crate::is_STRICT_VERSION.
is_lvalue_sub
thx shim for crate::is_lvalue_sub.
leave_adjust_stacks
thx shim for crate::leave_adjust_stacks.
leave_scope
thx shim for crate::leave_scope.
lex_bufutf8
thx shim for crate::lex_bufutf8.
lex_discard_to
thx shim for crate::lex_discard_to.
lex_grow_linestr
thx shim for crate::lex_grow_linestr.
lex_next_chunk
thx shim for crate::lex_next_chunk.
lex_peek_unichar
thx shim for crate::lex_peek_unichar.
lex_read_space
thx shim for crate::lex_read_space.
lex_read_to
thx shim for crate::lex_read_to.
lex_read_unichar
thx shim for crate::lex_read_unichar.
lex_start
thx shim for crate::lex_start.
lex_stuff_pv
thx shim for crate::lex_stuff_pv.
lex_stuff_pvn
thx shim for crate::lex_stuff_pvn.
lex_stuff_sv
thx shim for crate::lex_stuff_sv.
lex_unstuff
thx shim for crate::lex_unstuff.
load_charnames
thx shim for crate::load_charnames.
load_module
thx shim for crate::load_module.
looks_like_number
thx shim for crate::looks_like_number.
magic_dump
thx shim for crate::magic_dump.
markstack_grow
thx shim for crate::markstack_grow.
mbtowc_
thx shim for crate::mbtowc_.
memzero
thx shim for crate::memzero.
mess
thx shim for crate::mess.
mess_sv
thx shim for crate::mess_sv.
mg_clear
thx shim for crate::mg_clear.
mg_copy
thx shim for crate::mg_copy.
mg_dup
thx shim for crate::mg_dup.
mg_find_mglob
thx shim for crate::mg_find_mglob.
mg_free
thx shim for crate::mg_free.
mg_free_type
thx shim for crate::mg_free_type.
mg_freeext
thx shim for crate::mg_freeext.
mg_get
thx shim for crate::mg_get.
mg_set
thx shim for crate::mg_set.
mg_size
thx shim for crate::mg_size.
moreswitches
thx shim for crate::moreswitches.
mortal_destructor_sv
thx shim for crate::mortal_destructor_sv.
mortal_svfunc_x
thx shim for crate::mortal_svfunc_x.
mro_get_linear_isa
thx shim for crate::mro_get_linear_isa.
mro_method_changed_in
thx shim for crate::mro_method_changed_in.
mro_package_moved
thx shim for crate::mro_package_moved.
multiconcat_stringify
thx shim for crate::multiconcat_stringify.
multideref_stringify
thx shim for crate::multideref_stringify.
my_atof
thx shim for crate::my_atof.
my_atof2
thx shim for crate::my_atof2.
my_atof3
thx shim for crate::my_atof3.
my_clearenv
thx shim for crate::my_clearenv.
my_exit
thx shim for crate::my_exit.
my_failure_exit
thx shim for crate::my_failure_exit.
my_fflush_all
thx shim for crate::my_fflush_all.
my_lstat
thx shim for crate::my_lstat.
my_lstat_flags
thx shim for crate::my_lstat_flags.
my_pclose
thx shim for crate::my_pclose.
my_popen
thx shim for crate::my_popen.
my_popen_list
thx shim for crate::my_popen_list.
my_setenv
thx shim for crate::my_setenv.
my_stat
thx shim for crate::my_stat.
my_stat_flags
thx shim for crate::my_stat_flags.
my_strftime
thx shim for crate::my_strftime.
newANONATTRSUB
thx shim for crate::newANONATTRSUB.
newANONHASH
thx shim for crate::newANONHASH.
newANONLIST
thx shim for crate::newANONLIST.
newANONSUB
thx shim for crate::newANONSUB.
newARGDEFELEMOP
thx shim for crate::newARGDEFELEMOP.
newASSIGNOP
thx shim for crate::newASSIGNOP.
newATTRSUB
thx shim for crate::newATTRSUB.
newATTRSUB_x
thx shim for crate::newATTRSUB_x.
newAVREF
thx shim for crate::newAVREF.
newAVav
thx shim for crate::newAVav.
newAVhv
thx shim for crate::newAVhv.
newBINOP
thx shim for crate::newBINOP.
newCONDOP
thx shim for crate::newCONDOP.
newCONSTSUB
thx shim for crate::newCONSTSUB.
newCONSTSUB_flags
thx shim for crate::newCONSTSUB_flags.
newCVREF
thx shim for crate::newCVREF.
newDEFEROP
thx shim for crate::newDEFEROP.
newDEFSVOP
thx shim for crate::newDEFSVOP.
newFORM
thx shim for crate::newFORM.
newFOROP
thx shim for crate::newFOROP.
newGIVENOP
thx shim for crate::newGIVENOP.
newGVOP
thx shim for crate::newGVOP.
newGVREF
thx shim for crate::newGVREF.
newGVgen
thx shim for crate::newGVgen.
newGVgen_flags
thx shim for crate::newGVgen_flags.
newHVREF
thx shim for crate::newHVREF.
newHVhv
thx shim for crate::newHVhv.
newLISTOP
thx shim for crate::newLISTOP.
newLISTOPn
thx shim for crate::newLISTOPn.
newLOGOP
thx shim for crate::newLOGOP.
newLOOPEX
thx shim for crate::newLOOPEX.
newLOOPOP
thx shim for crate::newLOOPOP.
newMETHOP
thx shim for crate::newMETHOP.
newMETHOP_named
thx shim for crate::newMETHOP_named.
newMYSUB
thx shim for crate::newMYSUB.
newNULLLIST
thx shim for crate::newNULLLIST.
newOP
thx shim for crate::newOP.
newPADOP
thx shim for crate::newPADOP.
newPADxVOP
thx shim for crate::newPADxVOP.
newPMOP
thx shim for crate::newPMOP.
newPROG
thx shim for crate::newPROG.
newPVOP
thx shim for crate::newPVOP.
newRANGE
thx shim for crate::newRANGE.
newRV
thx shim for crate::newRV.
newSLICEOP
thx shim for crate::newSLICEOP.
newSTATEOP
thx shim for crate::newSTATEOP.
newSUB
thx shim for crate::newSUB.
newSV
thx shim for crate::newSV.
newSVOP
thx shim for crate::newSVOP.
newSVREF
thx shim for crate::newSVREF.
newSV_false
thx shim for crate::newSV_false.
newSV_true
thx shim for crate::newSV_true.
newSVbool
thx shim for crate::newSVbool.
newSVhek
thx shim for crate::newSVhek.
newSVhek_mortal
thx shim for crate::newSVhek_mortal.
newSViv
thx shim for crate::newSViv.
newSVnv
thx shim for crate::newSVnv.
newSVpadname
thx shim for crate::newSVpadname.
newSVpv
thx shim for crate::newSVpv.
newSVpv_share
thx shim for crate::newSVpv_share.
newSVpvf
thx shim for crate::newSVpvf.
newSVpvn
thx shim for crate::newSVpvn.
newSVpvn_flags
thx shim for crate::newSVpvn_flags.
newSVpvn_share
thx shim for crate::newSVpvn_share.
newSVpvn_utf8
thx shim for crate::newSVpvn_utf8.
newSVrv
thx shim for crate::newSVrv.
newSVsv
thx shim for crate::newSVsv.
newSVsv_flags
thx shim for crate::newSVsv_flags.
newSVsv_nomg
thx shim for crate::newSVsv_nomg.
newSVuv
thx shim for crate::newSVuv.
newTRYCATCHOP
thx shim for crate::newTRYCATCHOP.
newUNOP
thx shim for crate::newUNOP.
newUNOP_AUX
thx shim for crate::newUNOP_AUX.
newWHENOP
thx shim for crate::newWHENOP.
newWHILEOP
thx shim for crate::newWHILEOP.
newXS
thx shim for crate::newXS.
newXS_deffile
thx shim for crate::newXS_deffile.
newXS_flags
thx shim for crate::newXS_flags.
newXSproto
thx shim for crate::newXSproto.
new_NOARENA
thx shim for crate::new_NOARENA.
new_NOARENAZ
thx shim for crate::new_NOARENAZ.
new_XPVMG
thx shim for crate::new_XPVMG.
new_XPVNV
thx shim for crate::new_XPVNV.
new_body_allocated
thx shim for crate::new_body_allocated.
new_stackinfo
thx shim for crate::new_stackinfo.
new_stackinfo_flags
thx shim for crate::new_stackinfo_flags.
new_version
thx shim for crate::new_version.
nothreadhook
thx shim for crate::nothreadhook.
op_append_elem
thx shim for crate::op_append_elem.
op_append_list
thx shim for crate::op_append_list.
op_class
thx shim for crate::op_class.
op_clear
thx shim for crate::op_clear.
op_contextualize
thx shim for crate::op_contextualize.
op_convert_list
thx shim for crate::op_convert_list.
op_dump
thx shim for crate::op_dump.
op_force_list
thx shim for crate::op_force_list.
op_free
thx shim for crate::op_free.
op_linklist
thx shim for crate::op_linklist.
op_lvalue
thx shim for crate::op_lvalue.
op_null
thx shim for crate::op_null.
op_prepend_elem
thx shim for crate::op_prepend_elem.
op_refcnt_lock
thx shim for crate::op_refcnt_lock.
op_refcnt_unlock
thx shim for crate::op_refcnt_unlock.
op_scope
thx shim for crate::op_scope.
op_wrap_finally
thx shim for crate::op_wrap_finally.
optimize_optree
thx shim for crate::optimize_optree.
packWARN
thx shim for crate::packWARN.
packWARN2
thx shim for crate::packWARN2.
packWARN3
thx shim for crate::packWARN3.
packWARN4
thx shim for crate::packWARN4.
packlist
thx shim for crate::packlist.
pad_add_anon
thx shim for crate::pad_add_anon.
pad_add_name_pv
thx shim for crate::pad_add_name_pv.
pad_add_name_pvn
thx shim for crate::pad_add_name_pvn.
pad_add_name_sv
thx shim for crate::pad_add_name_sv.
pad_alloc
thx shim for crate::pad_alloc.
pad_findmy_pv
thx shim for crate::pad_findmy_pv.
pad_findmy_pvn
thx shim for crate::pad_findmy_pvn.
pad_findmy_sv
thx shim for crate::pad_findmy_sv.
pad_new
thx shim for crate::pad_new.
pad_push
thx shim for crate::pad_push.
pad_tidy
thx shim for crate::pad_tidy.
padnamelist_store
thx shim for crate::padnamelist_store.
parse_arithexpr
thx shim for crate::parse_arithexpr.
parse_barestmt
thx shim for crate::parse_barestmt.
parse_block
thx shim for crate::parse_block.
parse_fullexpr
thx shim for crate::parse_fullexpr.
parse_fullstmt
thx shim for crate::parse_fullstmt.
parse_label
thx shim for crate::parse_label.
parse_listexpr
thx shim for crate::parse_listexpr.
parse_stmtseq
thx shim for crate::parse_stmtseq.
parse_subsignature
thx shim for crate::parse_subsignature.
parse_termexpr
thx shim for crate::parse_termexpr.
parser_dup
thx shim for crate::parser_dup.
perl_alloc
thx shim for crate::perl_alloc.
perl_clone
thx shim for crate::perl_clone.
perl_construct
thx shim for crate::perl_construct.
perl_destruct
thx shim for crate::perl_destruct.
perl_free
thx shim for crate::perl_free.
perl_parse
thx shim for crate::perl_parse.
perl_run
thx shim for crate::perl_run.
perl_tsa_mutex_lock
thx shim for crate::perl_tsa_mutex_lock.
perl_tsa_mutex_unlock
thx shim for crate::perl_tsa_mutex_unlock.
pmop_dump
thx shim for crate::pmop_dump.
pop_scope
thx shim for crate::pop_scope.
pop_stackinfo
thx shim for crate::pop_stackinfo.
pregcomp
thx shim for crate::pregcomp.
pregexec
thx shim for crate::pregexec.
pregfree
thx shim for crate::pregfree.
pregfree2
thx shim for crate::pregfree2.
prescan_version
thx shim for crate::prescan_version.
ptr_table_fetch
thx shim for crate::ptr_table_fetch.
ptr_table_free
thx shim for crate::ptr_table_free.
ptr_table_new
thx shim for crate::ptr_table_new.
ptr_table_split
thx shim for crate::ptr_table_split.
ptr_table_store
thx shim for crate::ptr_table_store.
push_scope
thx shim for crate::push_scope.
push_stackinfo
thx shim for crate::push_stackinfo.
pv_display
thx shim for crate::pv_display.
pv_escape
thx shim for crate::pv_escape.
pv_pretty
thx shim for crate::pv_pretty.
pv_uni_display
thx shim for crate::pv_uni_display.
qerror
thx shim for crate::qerror.
rcpv_copy
thx shim for crate::rcpv_copy.
rcpv_free
thx shim for crate::rcpv_free.
rcpv_new
thx shim for crate::rcpv_new.
re_compile
thx shim for crate::re_compile.
re_dup_guts
thx shim for crate::re_dup_guts.
re_intuit_start
thx shim for crate::re_intuit_start.
re_intuit_string
thx shim for crate::re_intuit_string.
re_op_compile
thx shim for crate::re_op_compile.
reentrant_free
thx shim for crate::reentrant_free.
reentrant_init
thx shim for crate::reentrant_init.
reentrant_size
thx shim for crate::reentrant_size.
refcounted_he_chain_2hv
thx shim for crate::refcounted_he_chain_2hv.
refcounted_he_fetch_pv
thx shim for crate::refcounted_he_fetch_pv.
refcounted_he_fetch_pvn
thx shim for crate::refcounted_he_fetch_pvn.
refcounted_he_fetch_sv
thx shim for crate::refcounted_he_fetch_sv.
refcounted_he_free
thx shim for crate::refcounted_he_free.
refcounted_he_inc
thx shim for crate::refcounted_he_inc.
refcounted_he_new_pv
thx shim for crate::refcounted_he_new_pv.
refcounted_he_new_pvn
thx shim for crate::refcounted_he_new_pvn.
refcounted_he_new_sv
thx shim for crate::refcounted_he_new_sv.
reg_named_buff
thx shim for crate::reg_named_buff.
reg_named_buff_all
thx shim for crate::reg_named_buff_all.
reg_named_buff_exists
thx shim for crate::reg_named_buff_exists.
reg_named_buff_fetch
thx shim for crate::reg_named_buff_fetch.
reg_named_buff_firstkey
thx shim for crate::reg_named_buff_firstkey.
reg_named_buff_iter
thx shim for crate::reg_named_buff_iter.
reg_named_buff_nextkey
thx shim for crate::reg_named_buff_nextkey.
reg_named_buff_scalar
thx shim for crate::reg_named_buff_scalar.
reg_numbered_buff_fetch
thx shim for crate::reg_numbered_buff_fetch.
reg_numbered_buff_fetch_flags
thx shim for crate::reg_numbered_buff_fetch_flags.
reg_numbered_buff_length
thx shim for crate::reg_numbered_buff_length.
reg_numbered_buff_store
thx shim for crate::reg_numbered_buff_store.
reg_qr_package
thx shim for crate::reg_qr_package.
reg_temp_copy
thx shim for crate::reg_temp_copy.
regdump
thx shim for crate::regdump.
regdupe_internal
thx shim for crate::regdupe_internal.
regexec_flags
thx shim for crate::regexec_flags.
regfree_internal
thx shim for crate::regfree_internal.
reginitcolors
thx shim for crate::reginitcolors.
report_uninit
thx shim for crate::report_uninit.
require_pv
thx shim for crate::require_pv.
resume_compcv_and_save
thx shim for crate::resume_compcv_and_save.
resume_compcv_final
thx shim for crate::resume_compcv_final.
rpp_context
thx shim for crate::rpp_context.
rpp_extend
thx shim for crate::rpp_extend.
rpp_invoke_xs
thx shim for crate::rpp_invoke_xs.
rpp_is_lone
thx shim for crate::rpp_is_lone.
rpp_obliterate_stack_to
thx shim for crate::rpp_obliterate_stack_to.
rpp_pop_1_norc
thx shim for crate::rpp_pop_1_norc.
rpp_popfree_1
thx shim for crate::rpp_popfree_1.
rpp_popfree_2
thx shim for crate::rpp_popfree_2.
rpp_popfree_1_NN
thx shim for crate::rpp_popfree_1_NN.
rpp_popfree_2_NN
thx shim for crate::rpp_popfree_2_NN.
rpp_popfree_to
thx shim for crate::rpp_popfree_to.
rpp_popfree_to_NN
thx shim for crate::rpp_popfree_to_NN.
rpp_push_1
thx shim for crate::rpp_push_1.
rpp_push_2
thx shim for crate::rpp_push_2.
rpp_push_1_norc
thx shim for crate::rpp_push_1_norc.
rpp_replace_1_1
thx shim for crate::rpp_replace_1_1.
rpp_replace_1_1_NN
thx shim for crate::rpp_replace_1_1_NN.
rpp_replace_2_1
thx shim for crate::rpp_replace_2_1.
rpp_replace_2_1_COMMON
thx shim for crate::rpp_replace_2_1_COMMON.
rpp_replace_2_1_NN
thx shim for crate::rpp_replace_2_1_NN.
rpp_replace_at
thx shim for crate::rpp_replace_at.
rpp_replace_at_NN
thx shim for crate::rpp_replace_at_NN.
rpp_replace_at_norc
thx shim for crate::rpp_replace_at_norc.
rpp_replace_at_norc_NN
thx shim for crate::rpp_replace_at_norc_NN.
rpp_stack_is_rc
thx shim for crate::rpp_stack_is_rc.
rpp_try_AMAGIC_1
thx shim for crate::rpp_try_AMAGIC_1.
rpp_try_AMAGIC_2
thx shim for crate::rpp_try_AMAGIC_2.
rpp_xpush_1
thx shim for crate::rpp_xpush_1.
rpp_xpush_2
thx shim for crate::rpp_xpush_2.
rsignal
thx shim for crate::rsignal.
rsignal_state
thx shim for crate::rsignal_state.
runops_debug
thx shim for crate::runops_debug.
runops_standard
thx shim for crate::runops_standard.
rv2cv_op_cv
thx shim for crate::rv2cv_op_cv.
rvpv_dup
thx shim for crate::rvpv_dup.
save_I8
thx shim for crate::save_I8.
save_I16
thx shim for crate::save_I16.
save_I32
thx shim for crate::save_I32.
save_adelete
thx shim for crate::save_adelete.
save_aelem
thx shim for crate::save_aelem.
save_aelem_flags
thx shim for crate::save_aelem_flags.
save_alloc
thx shim for crate::save_alloc.
save_aptr
thx shim for crate::save_aptr.
save_ary
thx shim for crate::save_ary.
save_bool
thx shim for crate::save_bool.
save_clearsv
thx shim for crate::save_clearsv.
save_delete
thx shim for crate::save_delete.
save_destructor
thx shim for crate::save_destructor.
save_destructor_x
thx shim for crate::save_destructor_x.
save_freepv
thx shim for crate::save_freepv.
save_freercpv
thx shim for crate::save_freercpv.
save_freesv
thx shim for crate::save_freesv.
save_generic_pvref
thx shim for crate::save_generic_pvref.
save_generic_svref
thx shim for crate::save_generic_svref.
save_gp
thx shim for crate::save_gp.
save_hash
thx shim for crate::save_hash.
save_hdelete
thx shim for crate::save_hdelete.
save_helem
thx shim for crate::save_helem.
save_helem_flags
thx shim for crate::save_helem_flags.
save_hints
thx shim for crate::save_hints.
save_hptr
thx shim for crate::save_hptr.
save_int
thx shim for crate::save_int.
save_item
thx shim for crate::save_item.
save_iv
thx shim for crate::save_iv.
save_mortalizesv
thx shim for crate::save_mortalizesv.
save_op
thx shim for crate::save_op.
save_padsv_and_mortalize
thx shim for crate::save_padsv_and_mortalize.
save_pptr
thx shim for crate::save_pptr.
save_pushi32ptr
thx shim for crate::save_pushi32ptr.
save_pushptr
thx shim for crate::save_pushptr.
save_pushptrptr
thx shim for crate::save_pushptrptr.
save_rcpv
thx shim for crate::save_rcpv.
save_re_context
thx shim for crate::save_re_context.
save_scalar
thx shim for crate::save_scalar.
save_set_svflags
thx shim for crate::save_set_svflags.
save_shared_pvref
thx shim for crate::save_shared_pvref.
save_sptr
thx shim for crate::save_sptr.
save_strlen
thx shim for crate::save_strlen.
save_svref
thx shim for crate::save_svref.
save_vptr
thx shim for crate::save_vptr.
savepv
thx shim for crate::savepv.
savepvn
thx shim for crate::savepvn.
savesharedpv
thx shim for crate::savesharedpv.
savesharedpvn
thx shim for crate::savesharedpvn.
savestack_grow
thx shim for crate::savestack_grow.
savestack_grow_cnt
thx shim for crate::savestack_grow_cnt.
scan_bin
thx shim for crate::scan_bin.
scan_hex
thx shim for crate::scan_hex.
scan_num
thx shim for crate::scan_num.
scan_oct
thx shim for crate::scan_oct.
scan_str
thx shim for crate::scan_str.
scan_version
thx shim for crate::scan_version.
scan_vstring
thx shim for crate::scan_vstring.
scan_word
thx shim for crate::scan_word.
scan_word6
thx shim for crate::scan_word6.
seed
thx shim for crate::seed.
set_caret_X
thx shim for crate::set_caret_X.
set_numeric_standard
thx shim for crate::set_numeric_standard.
set_numeric_underlying
thx shim for crate::set_numeric_underlying.
set_regex_charset
thx shim for crate::set_regex_charset.
setdefout
thx shim for crate::setdefout.
share_hek
thx shim for crate::share_hek.
sharepvn
thx shim for crate::sharepvn.
si_dup
thx shim for crate::si_dup.
skipspace_flags
thx shim for crate::skipspace_flags.
sortsv
thx shim for crate::sortsv.
sortsv_flags
thx shim for crate::sortsv_flags.
ss_dup
thx shim for crate::ss_dup.
stack_grow
thx shim for crate::stack_grow.
start_subparse
thx shim for crate::start_subparse.
strEQ
thx shim for crate::strEQ.
strGE
thx shim for crate::strGE.
strGT
thx shim for crate::strGT.
strLE
thx shim for crate::strLE.
strLT
thx shim for crate::strLT.
strNE
thx shim for crate::strNE.
str_to_version
thx shim for crate::str_to_version.
strnEQ
thx shim for crate::strnEQ.
strnNE
thx shim for crate::strnNE.
suspend_compcv
thx shim for crate::suspend_compcv.
sv_2bool
thx shim for crate::sv_2bool.
sv_2bool_flags
thx shim for crate::sv_2bool_flags.
sv_2bool_nomg
thx shim for crate::sv_2bool_nomg.
sv_2cv
thx shim for crate::sv_2cv.
sv_2io
thx shim for crate::sv_2io.
sv_2iv
thx shim for crate::sv_2iv.
sv_2iv_flags
thx shim for crate::sv_2iv_flags.
sv_2mortal
thx shim for crate::sv_2mortal.
sv_2nv
thx shim for crate::sv_2nv.
sv_2nv_flags
thx shim for crate::sv_2nv_flags.
sv_2pv
thx shim for crate::sv_2pv.
sv_2pv_flags
thx shim for crate::sv_2pv_flags.
sv_2pv_nolen
thx shim for crate::sv_2pv_nolen.
sv_2pv_nomg
thx shim for crate::sv_2pv_nomg.
sv_2pvbyte
thx shim for crate::sv_2pvbyte.
sv_2pvbyte_flags
thx shim for crate::sv_2pvbyte_flags.
sv_2pvbyte_nolen
thx shim for crate::sv_2pvbyte_nolen.
sv_2pvutf8
thx shim for crate::sv_2pvutf8.
sv_2pvutf8_flags
thx shim for crate::sv_2pvutf8_flags.
sv_2pvutf8_nolen
thx shim for crate::sv_2pvutf8_nolen.
sv_2uv
thx shim for crate::sv_2uv.
sv_2uv_flags
thx shim for crate::sv_2uv_flags.
sv_bless
thx shim for crate::sv_bless.
sv_cat_decode
thx shim for crate::sv_cat_decode.
sv_catpv
thx shim for crate::sv_catpv.
sv_catpv_flags
thx shim for crate::sv_catpv_flags.
sv_catpv_mg
thx shim for crate::sv_catpv_mg.
sv_catpv_nomg
thx shim for crate::sv_catpv_nomg.
sv_catpvf
thx shim for crate::sv_catpvf.
sv_catpvf_mg
thx shim for crate::sv_catpvf_mg.
sv_catpvn
thx shim for crate::sv_catpvn.
sv_catpvn_flags
thx shim for crate::sv_catpvn_flags.
sv_catpvn_mg
thx shim for crate::sv_catpvn_mg.
sv_catpvn_nomg
thx shim for crate::sv_catpvn_nomg.
sv_catsv
thx shim for crate::sv_catsv.
sv_catsv_flags
thx shim for crate::sv_catsv_flags.
sv_catsv_mg
thx shim for crate::sv_catsv_mg.
sv_catsv_nomg
thx shim for crate::sv_catsv_nomg.
sv_chop
thx shim for crate::sv_chop.
sv_clear
thx shim for crate::sv_clear.
sv_cmp
thx shim for crate::sv_cmp.
sv_cmp_flags
thx shim for crate::sv_cmp_flags.
sv_cmp_locale
thx shim for crate::sv_cmp_locale.
sv_cmp_locale_flags
thx shim for crate::sv_cmp_locale_flags.
sv_collxfrm
thx shim for crate::sv_collxfrm.
sv_collxfrm_flags
thx shim for crate::sv_collxfrm_flags.
sv_copypv
thx shim for crate::sv_copypv.
sv_copypv_flags
thx shim for crate::sv_copypv_flags.
sv_copypv_nomg
thx shim for crate::sv_copypv_nomg.
sv_dec
thx shim for crate::sv_dec.
sv_dec_nomg
thx shim for crate::sv_dec_nomg.
sv_del_backref
thx shim for crate::sv_del_backref.
sv_derived_from
thx shim for crate::sv_derived_from.
sv_derived_from_hv
thx shim for crate::sv_derived_from_hv.
sv_derived_from_pv
thx shim for crate::sv_derived_from_pv.
sv_derived_from_pvn
thx shim for crate::sv_derived_from_pvn.
sv_derived_from_sv
thx shim for crate::sv_derived_from_sv.
sv_destroyable
thx shim for crate::sv_destroyable.
sv_does
thx shim for crate::sv_does.
sv_does_pv
thx shim for crate::sv_does_pv.
sv_does_pvn
thx shim for crate::sv_does_pvn.
sv_does_sv
thx shim for crate::sv_does_sv.
sv_dump
thx shim for crate::sv_dump.
sv_dump_depth
thx shim for crate::sv_dump_depth.
sv_dup
thx shim for crate::sv_dup.
sv_dup_inc
thx shim for crate::sv_dup_inc.
sv_dup_inc_NN
thx shim for crate::sv_dup_inc_NN.
sv_eq
thx shim for crate::sv_eq.
sv_eq_flags
thx shim for crate::sv_eq_flags.
sv_force_normal
thx shim for crate::sv_force_normal.
sv_force_normal_flags
thx shim for crate::sv_force_normal_flags.
sv_free
thx shim for crate::sv_free.
sv_gets
thx shim for crate::sv_gets.
sv_grow
thx shim for crate::sv_grow.
sv_grow_fresh
thx shim for crate::sv_grow_fresh.
sv_inc
thx shim for crate::sv_inc.
sv_inc_nomg
thx shim for crate::sv_inc_nomg.
sv_insert
thx shim for crate::sv_insert.
sv_insert_flags
thx shim for crate::sv_insert_flags.
sv_isa
thx shim for crate::sv_isa.
sv_isa_sv
thx shim for crate::sv_isa_sv.
sv_isobject
thx shim for crate::sv_isobject.
sv_langinfo
thx shim for crate::sv_langinfo.
sv_len
thx shim for crate::sv_len.
sv_len_utf8
thx shim for crate::sv_len_utf8.
sv_len_utf8_nomg
thx shim for crate::sv_len_utf8_nomg.
sv_magic
thx shim for crate::sv_magic.
sv_magicext
thx shim for crate::sv_magicext.
sv_magicext_mglob
thx shim for crate::sv_magicext_mglob.
sv_mortalcopy
thx shim for crate::sv_mortalcopy.
sv_mortalcopy_flags
thx shim for crate::sv_mortalcopy_flags.
sv_newmortal
thx shim for crate::sv_newmortal.
sv_newref
thx shim for crate::sv_newref.
sv_nolocking
thx shim for crate::sv_nolocking.
sv_nosharing
thx shim for crate::sv_nosharing.
sv_nounlocking
thx shim for crate::sv_nounlocking.
sv_numeq
thx shim for crate::sv_numeq.
sv_numeq_flags
thx shim for crate::sv_numeq_flags.
sv_or_pv_pos_u2b
thx shim for crate::sv_or_pv_pos_u2b.
sv_peek
thx shim for crate::sv_peek.
sv_pos_b2u
thx shim for crate::sv_pos_b2u.
sv_pos_b2u_flags
thx shim for crate::sv_pos_b2u_flags.
sv_pos_u2b
thx shim for crate::sv_pos_u2b.
sv_pos_u2b_flags
thx shim for crate::sv_pos_u2b_flags.
sv_pvbyten_force
thx shim for crate::sv_pvbyten_force.
sv_pvbyten_force_wrapper
thx shim for crate::sv_pvbyten_force_wrapper.
sv_pvn_force
thx shim for crate::sv_pvn_force.
sv_pvn_force_flags
thx shim for crate::sv_pvn_force_flags.
sv_pvn_force_nomg
thx shim for crate::sv_pvn_force_nomg.
sv_pvutf8n_force
thx shim for crate::sv_pvutf8n_force.
sv_pvutf8n_force_wrapper
thx shim for crate::sv_pvutf8n_force_wrapper.
sv_recode_to_utf8
thx shim for crate::sv_recode_to_utf8.
sv_ref
thx shim for crate::sv_ref.
sv_reftype
thx shim for crate::sv_reftype.
sv_replace
thx shim for crate::sv_replace.
sv_report_used
thx shim for crate::sv_report_used.
sv_reset
thx shim for crate::sv_reset.
sv_rvunweaken
thx shim for crate::sv_rvunweaken.
sv_rvweaken
thx shim for crate::sv_rvweaken.
sv_set_bool
thx shim for crate::sv_set_bool.
sv_set_false
thx shim for crate::sv_set_false.
sv_set_true
thx shim for crate::sv_set_true.
sv_set_undef
thx shim for crate::sv_set_undef.
sv_setbool
thx shim for crate::sv_setbool.
sv_setbool_mg
thx shim for crate::sv_setbool_mg.
sv_sethek
thx shim for crate::sv_sethek.
sv_setiv
thx shim for crate::sv_setiv.
sv_setiv_mg
thx shim for crate::sv_setiv_mg.
sv_setnv
thx shim for crate::sv_setnv.
sv_setnv_mg
thx shim for crate::sv_setnv_mg.
sv_setpv
thx shim for crate::sv_setpv.
sv_setpv_bufsize
thx shim for crate::sv_setpv_bufsize.
sv_setpv_mg
thx shim for crate::sv_setpv_mg.
sv_setpvf
thx shim for crate::sv_setpvf.
sv_setpvf_mg
thx shim for crate::sv_setpvf_mg.
sv_setpvn
thx shim for crate::sv_setpvn.
sv_setpvn_fresh
thx shim for crate::sv_setpvn_fresh.
sv_setpvn_mg
thx shim for crate::sv_setpvn_mg.
sv_setref_iv
thx shim for crate::sv_setref_iv.
sv_setref_nv
thx shim for crate::sv_setref_nv.
sv_setref_pv
thx shim for crate::sv_setref_pv.
sv_setref_pvn
thx shim for crate::sv_setref_pvn.
sv_setref_uv
thx shim for crate::sv_setref_uv.
sv_setrv_inc
thx shim for crate::sv_setrv_inc.
sv_setrv_inc_mg
thx shim for crate::sv_setrv_inc_mg.
sv_setrv_noinc
thx shim for crate::sv_setrv_noinc.
sv_setrv_noinc_mg
thx shim for crate::sv_setrv_noinc_mg.
sv_setsv
thx shim for crate::sv_setsv.
sv_setsv_cow
thx shim for crate::sv_setsv_cow.
sv_setsv_flags
thx shim for crate::sv_setsv_flags.
sv_setsv_mg
thx shim for crate::sv_setsv_mg.
sv_setsv_nomg
thx shim for crate::sv_setsv_nomg.
sv_setuv
thx shim for crate::sv_setuv.
sv_setuv_mg
thx shim for crate::sv_setuv_mg.
sv_streq
thx shim for crate::sv_streq.
sv_streq_flags
thx shim for crate::sv_streq_flags.
sv_strftime_ints
thx shim for crate::sv_strftime_ints.
sv_strftime_tm
thx shim for crate::sv_strftime_tm.
sv_string_from_errnum
thx shim for crate::sv_string_from_errnum.
sv_taint
thx shim for crate::sv_taint.
sv_tainted
thx shim for crate::sv_tainted.
sv_true
thx shim for crate::sv_true.
sv_uni_display
thx shim for crate::sv_uni_display.
sv_unmagic
thx shim for crate::sv_unmagic.
sv_unmagicext
thx shim for crate::sv_unmagicext.
sv_unref
thx shim for crate::sv_unref.
sv_unref_flags
thx shim for crate::sv_unref_flags.
sv_untaint
thx shim for crate::sv_untaint.
sv_upgrade
thx shim for crate::sv_upgrade.
sv_usepvn
thx shim for crate::sv_usepvn.
sv_usepvn_flags
thx shim for crate::sv_usepvn_flags.
sv_usepvn_mg
thx shim for crate::sv_usepvn_mg.
sv_utf8_decode
thx shim for crate::sv_utf8_decode.
sv_utf8_downgrade
thx shim for crate::sv_utf8_downgrade.
sv_utf8_downgrade_flags
thx shim for crate::sv_utf8_downgrade_flags.
sv_utf8_downgrade_nomg
thx shim for crate::sv_utf8_downgrade_nomg.
sv_utf8_encode
thx shim for crate::sv_utf8_encode.
sv_utf8_upgrade
thx shim for crate::sv_utf8_upgrade.
sv_utf8_upgrade_flags
thx shim for crate::sv_utf8_upgrade_flags.
sv_utf8_upgrade_flags_grow
thx shim for crate::sv_utf8_upgrade_flags_grow.
sv_utf8_upgrade_nomg
thx shim for crate::sv_utf8_upgrade_nomg.
sv_vcatpvf
thx shim for crate::sv_vcatpvf.
sv_vcatpvf_mg
thx shim for crate::sv_vcatpvf_mg.
sv_vcatpvfn
thx shim for crate::sv_vcatpvfn.
sv_vcatpvfn_flags
thx shim for crate::sv_vcatpvfn_flags.
sv_vsetpvf
thx shim for crate::sv_vsetpvf.
sv_vsetpvf_mg
thx shim for crate::sv_vsetpvf_mg.
sv_vsetpvfn
thx shim for crate::sv_vsetpvfn.
switch_argstack
thx shim for crate::switch_argstack.
switch_to_global_locale
thx shim for crate::switch_to_global_locale.
sync_locale
thx shim for crate::sync_locale.
taint_env
thx shim for crate::taint_env.
taint_proper
thx shim for crate::taint_proper.
thread_locale_init
thx shim for crate::thread_locale_init.
thread_locale_term
thx shim for crate::thread_locale_term.
tmps_grow_p
thx shim for crate::tmps_grow_p.
toFOLD_uni
thx shim for crate::toFOLD_uni.
toFOLD_utf8
thx shim for crate::toFOLD_utf8.
toFOLD_utf8_safe
thx shim for crate::toFOLD_utf8_safe.
toFOLD_uvchr
thx shim for crate::toFOLD_uvchr.
toLOWER_uni
thx shim for crate::toLOWER_uni.
toLOWER_utf8
thx shim for crate::toLOWER_utf8.
toLOWER_utf8_safe
thx shim for crate::toLOWER_utf8_safe.
toLOWER_uvchr
thx shim for crate::toLOWER_uvchr.
toTITLE_uni
thx shim for crate::toTITLE_uni.
toTITLE_utf8
thx shim for crate::toTITLE_utf8.
toTITLE_utf8_safe
thx shim for crate::toTITLE_utf8_safe.
toTITLE_uvchr
thx shim for crate::toTITLE_uvchr.
toUPPER_uni
thx shim for crate::toUPPER_uni.
toUPPER_utf8
thx shim for crate::toUPPER_utf8.
toUPPER_utf8_safe
thx shim for crate::toUPPER_utf8_safe.
toUPPER_uvchr
thx shim for crate::toUPPER_uvchr.
to_uni_fold
thx shim for crate::to_uni_fold.
to_uni_lower
thx shim for crate::to_uni_lower.
to_uni_title
thx shim for crate::to_uni_title.
to_uni_upper
thx shim for crate::to_uni_upper.
unpackstring
thx shim for crate::unpackstring.
unshare_hek
thx shim for crate::unshare_hek.
unsharepvn
thx shim for crate::unsharepvn.
upg_version
thx shim for crate::upg_version.
utf8_distance
thx shim for crate::utf8_distance.
utf8_length
thx shim for crate::utf8_length.
utf8_to_bytes
thx shim for crate::utf8_to_bytes.
utf8_to_utf16
thx shim for crate::utf8_to_utf16.
utf8_to_utf16_base
thx shim for crate::utf8_to_utf16_base.
utf8_to_utf16_reversed
thx shim for crate::utf8_to_utf16_reversed.
utf8_to_uvchr
thx shim for crate::utf8_to_uvchr.
utf8_to_uvuni
thx shim for crate::utf8_to_uvuni.
utf8n_to_uvuni
thx shim for crate::utf8n_to_uvuni.
utf16_to_utf8
thx shim for crate::utf16_to_utf8.
utf16_to_utf8_base
thx shim for crate::utf16_to_utf8_base.
utf16_to_utf8_reversed
thx shim for crate::utf16_to_utf8_reversed.
uvoffuni_to_utf8_flags
thx shim for crate::uvoffuni_to_utf8_flags.
uvoffuni_to_utf8_flags_msgs
thx shim for crate::uvoffuni_to_utf8_flags_msgs.
uvuni_to_utf8
thx shim for crate::uvuni_to_utf8.
validate_proto
thx shim for crate::validate_proto.
vcmp
thx shim for crate::vcmp.
vcroak
thx shim for crate::vcroak.
vdeb
thx shim for crate::vdeb.
vfatal_warner
thx shim for crate::vfatal_warner.
vform
thx shim for crate::vform.
vivify_defelem
thx shim for crate::vivify_defelem.
vload_module
thx shim for crate::vload_module.
vmess
thx shim for crate::vmess.
vnewSVpvf
thx shim for crate::vnewSVpvf.
vnormal
thx shim for crate::vnormal.
vnumify
thx shim for crate::vnumify.
vstringify
thx shim for crate::vstringify.
vverify
thx shim for crate::vverify.
vwarn
thx shim for crate::vwarn.
vwarner
thx shim for crate::vwarner.
warn
thx shim for crate::warn.
warn_sv
thx shim for crate::warn_sv.
warner
thx shim for crate::warner.
whichsig
thx shim for crate::whichsig.
whichsig_pv
thx shim for crate::whichsig_pv.
whichsig_pvn
thx shim for crate::whichsig_pvn.
whichsig_sv
thx shim for crate::whichsig_sv.
wrap_infix_plugin
thx shim for crate::wrap_infix_plugin.
wrap_keyword_plugin
thx shim for crate::wrap_keyword_plugin.
wrap_op_checker
thx shim for crate::wrap_op_checker.
xs_boot_epilog
thx shim for crate::xs_boot_epilog.
yylex
thx shim for crate::yylex.
zaphod32_seed_state
thx shim for crate::zaphod32_seed_state.