Home
last modified time | relevance | path

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

/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h716 } lazyiv; member
H A Dpp_hot.c3935 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3936 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3971 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3973 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
H A Dpp_ctl.c2271 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2272 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h686 } lazyiv; member
H A Dpp_hot.c3895 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3896 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3931 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3933 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
H A Dpp_ctl.c2252 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2253 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_hot.c3940 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3941 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3976 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3978 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
H A Dcop.h854 } lazyiv; member
H A Dpp_ctl.c2286 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2287 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_hot.c3954 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3955 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3990 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3992 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
H A Dcop.h845 } lazyiv; member
H A Dpp_ctl.c2286 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2287 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()