Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/ByteLoader/
Dbytecode.h34 Newx(bstate->bs_pv.xpv_pv, arg, char); \
35 bl_read(bstate->bs_fdata, bstate->bs_pv.xpv_pv, arg, 1); \
36 bstate->bs_pv.xpv_len = arg; \
37 bstate->bs_pv.xpv_cur = arg - 1; \
39 bstate->bs_pv.xpv_pv = 0; \
40 bstate->bs_pv.xpv_len = 0; \
41 bstate->bs_pv.xpv_cur = 0; \
71 #define BGET_pvcontents(arg) arg = bstate->bs_pv.xpv_pv
125 #define BSET_mg_name(mg, arg) mg->mg_ptr = arg; mg->mg_len = bstate->bs_pv.xpv_cur
133 SvPV_set(sv, bstate->bs_pv.xpv_pv); \
[all …]
Dbyterun.h24 XPV bs_pv; member
Dbyterun.c118 BSET_stpv(bstate->bs_pv.xpv_pv, arg); in byterun()
180 bstate->bs_pv.xpv_cur = arg; in byterun()
185 BSET_pv_free(bstate->bs_pv); in byterun()
/mirbsd/src/gnu/usr.bin/perl/
Dbytecode.pl363 stpv bstate->bs_pv.xpv_pv U32 x
372 pv_cur bstate->bs_pv.xpv_cur STRLEN
373 pv_free bstate->bs_pv none x