Lines Matching defs:SV
1774 typedef struct STRUCT_SV SV;
2301 typedef I32 (*filter_t) (pTHX_ int, SV *, int);
2754 #define PERL_MAGIC_vstring 'V' /* SV was vstring literal */
2788 I32 (*uf_val)(pTHX_ IV, SV*);
2789 I32 (*uf_set)(pTHX_ IV, SV*);
2798 #define PERL_MG_UFUNC(name,ix,sv) I32 name(IV ix, SV *sv)
2812 #define PERL_MG_UFUNC(name,ix,sv) I32 name(pTHX_ IV ix, SV *sv)
3005 typedef void (CPERLscope(*share_proc_t)) (pTHX_ SV *sv);
3400 /* Various states of the input record separator SV (rs) */
3411 SV pad[3];
3422 SV* screamer, void* data, U32 flags);
3423 typedef char* (CPERLscope(*re_intuit_start_t)) (pTHX_ regexp *prog, SV *sv,
3427 typedef SV* (CPERLscope(*re_intuit_string_t)) (pTHX_ regexp *prog);
3432 typedef void (*SVFUNC_t) (pTHX_ SV*);
3433 typedef I32 (*SVCOMPARE_t) (pTHX_ SV*, SV*);
4168 /* Fetches the SV that keeps the per-interpreter data. */
4170 SV *my_cxt_sv = *hv_fetch(PL_modglobal, MY_CXT_KEY, \
4180 * (We allocate my_cxtp in a Perl SV so that it will be released when