Searched defs:SV (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.h | 1774 typedef struct STRUCT_SV SV; typedef in typeref:struct:STRUCT_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 pa [all...] |
Completed in 37 milliseconds