Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dgv.h17 HV * gp_hv; /* hash value */ member
131 #define GvHV(gv) ((GvGP(gv))->gp_hv)
133 #define GvHVn(gv) (GvGP(gv)->gp_hv ? \
134 GvGP(gv)->gp_hv : \
135 GvGP(gv_HVadd(gv))->gp_hv)
Dgv.c2924 HV * hv = gp->gp_hv; in Perl_gp_free()
2934 gp->gp_hv = NULL; in Perl_gp_free()
3085 && !gp->gp_hv in Perl_gp_free()
Dsv.c14163 ret->gp_hv = hv_dup_inc(gp->gp_hv, param);
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1914 #define GP_hv_ix (SVp << 16) | STRUCT_OFFSET(struct gp, gp_hv)
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
D9uninit2219 # handling a GV with a null gp_hv slot.