Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Duniversal.c871 SV * const * const flgsvp = av_fetch(av, i, FALSE); in XS() local
875 const bool flgok = flgsvp && *flgsvp && SvIOK(*flgsvp); in XS()
893 ? sv_2mortal(SvREFCNT_inc_simple_NN(*flgsvp)) in XS()
908 const IV flags = SvIVX(*flgsvp); in XS()