Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dflip-flop5 if (SvTRUEx(PAD_SV(PL_op->op_targ)))
/mirbsd/src/gnu/usr.bin/perl/
Dsv.h1173 # define SvTRUEx(sv) ({SV *_sv = (sv); SvTRUE(_sv); }) macro
1184 # define SvTRUE(sv) SvTRUEx(sv)
1185 # define SvTRUEx(sv) sv_true(sv) macro
1217 # define SvTRUEx(sv) ((PL_Sv = (sv)), SvTRUE(PL_Sv)) macro
Dpp_hot.c130 if (SvTRUEx(POPs)) in PP()
2290 if (SvTRUEx(POPs)) in PP()
Dpp_ctl.c994 if (SvTRUEx(PAD_SV(PL_op->op_targ))) in PP()
/mirbsd/src/usr.bin/vi/perl_api/
Dperl.xs371 if(SvTRUEx(POPs))