Home
last modified time | relevance | path

Searched refs:tx_proccall (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/
H A DHACKING28 tx_proccall() tries to call macros, or fallback to tx_funcall()
29 tx_methodcall() tries to call Perl methods, or fallback to tx_proccall()
H A Dxslate.h191 tx_proccall(pTHX_ tx_state_t* const st, SV* const proc, const char* const name);
/dports/textproc/p5-Text-Xslate/Text-Xslate-3.4.0/src/
H A Dxslate_methods.xs151 result = tx_unmark_raw(aTHX_ tx_proccall(aTHX_ st, proc, "sort callback")); in tx_sv_cmp()
222 sv = tx_proccall(aTHX_ st, proc, "map callback"); in TXBM()
260 a = tx_proccall(aTHX_ st, proc, "reduce callback"); in TXBM()
481 return tx_proccall(aTHX_ st, entity, "method call"); in tx_methodcall()
H A DText-Xslate.xs822 XPUSHs( tx_proccall(aTHX_ MY_CXT.current_st, macro, "macro") ); in XS()
830 tx_proccall(pTHX_ tx_state_t* const txst, SV* const proc, const char* const name) { in tx_proccall() function
852 return tx_proccall(aTHX_ TX_st, m, name); in tx_proccall()