Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c2579 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2580 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
2585 cx->blk_loop.state_u.lazysv.cur = newSVsv(sv); in PP()
2586 cx->blk_loop.state_u.lazysv.end = right; in PP()
2593 (void) SvPV_force_nolen(cx->blk_loop.state_u.lazysv.cur); in PP()
2601 cx->blk_loop.state_u.lazysv.end = &PL_sv_no; in PP()
2608 cx->blk_loop.state_u.ary.ary = MUTABLE_AV(maybe_ary); in PP()
2612 cx->blk_loop.state_u.ary.ix = in PP()
2614 AvFILL(cx->blk_loop.state_u.ary.ary) + 1 : in PP()
2623 cx->blk_loop.state_u.stack.basesp = MARK - PL_stack_base; in PP()
[all …]
Dpp_hot.c4901 SV* cur = cx->blk_loop.state_u.lazysv.cur; in PP()
4902 SV *end = cx->blk_loop.state_u.lazysv.end; in PP()
4963 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
4965 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) { in PP()
5010 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
5012 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
5020 ix = (cx->blk_loop.state_u.stack.ix += inc); in PP()
5023 : ix <= cx->blk_loop.state_u.stack.basesp) in PP()
5040 av = cx->blk_loop.state_u.ary.ary; in PP()
5042 ix = (cx->blk_loop.state_u.ary.ix += inc); in PP()
Dinline.h3877 SV *sv = cx->blk_loop.state_u.lazysv.cur; in Perl_cx_poploop()
3878 cx->blk_loop.state_u.lazysv.cur = NULL; in Perl_cx_poploop()
3881 sv = cx->blk_loop.state_u.lazysv.end; in Perl_cx_poploop()
3882 cx->blk_loop.state_u.lazysv.end = NULL; in Perl_cx_poploop()
Dscope.c1839 PTR2UV(cx->blk_loop.state_u.ary.ary)); in Perl_cx_dump()
1841 (long)cx->blk_loop.state_u.ary.ix); in Perl_cx_dump()
Dcop.h950 } state_u; member
Dsv.c15058 ncx->blk_loop.state_u.lazysv.end
15059 = sv_dup_inc(ncx->blk_loop.state_u.lazysv.end, param);
15066 assert ((void *) &ncx->blk_loop.state_u.ary.ary ==
15067 (void *) &ncx->blk_loop.state_u.lazysv.cur);
15070 ncx->blk_loop.state_u.ary.ary
15071 = av_dup_inc(ncx->blk_loop.state_u.ary.ary, param);