Home
last modified time | relevance | path

Searched refs:first_sv (Results 1 – 2 of 2) sorted by relevance

/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/
H A Dgperl-i11n-invoke-perl.c23 SV *first_sv = NULL, *last_sv = NULL; in invoke_perl_code() local
65 first_sv = info->swap_data ? data_sv : instance_sv; in invoke_perl_code()
70 instance_sv, data_sv, first_sv, last_sv); in invoke_perl_code()
71 if (first_sv) in invoke_perl_code()
72 XPUSHs (sv_2mortal (first_sv)); in invoke_perl_code()
/dports/math/polymake/polymake-4.5/lib/core/include/perl/
H A DValue.h1458 if (SV* first_sv = get_first()) {
1459 …Value first(first_sv, this->get_option(TrustedValue<std::true_type>()) ? ValueFlags::is_trusted : …