Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs481 SV** linear_svp; variable
600 linear_svp = AvARRAY(linear_av);
606 SV * const linear_sv = *linear_svp++;
617 SV * const linear_sv = *linear_svp++;
/openbsd/gnu/usr.bin/perl/
H A Dgv.c807 SV** linear_svp; in S_gv_fetchmeth_internal() local
892 linear_svp = AvARRAY(linear_av) + 1; /* skip over self */ in S_gv_fetchmeth_internal()
895 linear_sv = *linear_svp++; in S_gv_fetchmeth_internal()