Home
last modified time | relevance | path

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

/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DPreproc.xs169 SV* selfsv = newRV_inc(m_self); /* $self-> */ in call() local
170 XPUSHs(sv_2mortal(selfsv)); in call()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Parser/
H A DParser.xs270 SV* selfsv = newRV_inc(m_self); /* $self-> */ in call() local
271 XPUSHs(sv_2mortal(selfsv)); in call()