Searched defs:xpvgv (Results 1 – 1 of 1) sorted by relevance
304 struct xpvgv { struct305 char * xpv_pv; /* pointer to malloced string */306 STRLEN xpv_cur; /* length of xpv_pv as a C string */307 STRLEN xpv_len; /* allocated size */308 IV xiv_iv; /* integer value or pv offset */309 NV xnv_nv; /* numeric value, if any */310 MAGIC* xmg_magic; /* linked list of magicalness */311 HV* xmg_stash; /* class package */313 GP* xgv_gp;314 char* xgv_name;[all …]