Home
last modified time | relevance | path

Searched refs:sv_query_method (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A Dprimguts.c490 return sv_query_method((( PObject) object)-> mate, methodName, cacheIt); in query_method()
494 sv_query_method( SV *sv, char *methodName, Bool cacheIt) in sv_query_method() function
544 nt_sub = ( SV*) sv_query_method( package, "notification_types", 0); in register_notifications()
554 if (sv_query_method( package, buf, 0)) continue; in register_notifications()
649 ref = ( SV *) sv_query_method( package, "profile_default", 0); in XS()
910 if ( !c_decl && !sv_query_method(( SV *) self, subName, 0)) in call_perl_indirect()
H A DDrawable_text.c1289 if ( !( sub = (SV*) sv_query_method( app, "lang_is_rtl", 0))) { in lang_is_rtl()
/dports/x11-toolkits/p5-Prima/Prima-1.63/
H A DMakefile.PL1759 push_hv push_hv_for_REDEFINED query_method sv_call_perl sv_query_method
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod742 =item sv_query_method
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1286 sv_query_method( SV * object, char *methodName, Bool cacheIt);