Searched defs:pTHX_ (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h119 # define pTHX_ pTHX, macro
169 # define pTHX_ macro
183 # define pTHXo_ pTHX_
2291 void (*any_dxptr) (pTHX_ void*);
2301 typedef I32 (*filter_t) (pTHX_ int, SV *, int);
2788 I32 (*uf_val)(pTHX_ IV, SV*);
2789 I32 (*uf_set)(pTHX_ IV, 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);
3418 typedef void (CPERLscope(*peep_t))(pTHX_ O
[all...]

Completed in 45 milliseconds