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