Lines Matching refs:hv
15 * here; higher-level functions are in av.c, hv.c, and so on. Opcode
50 av, hv...) contains type and reference count information, as well as a
98 which is otherwise dealt with in hv.c.
6874 /* See the note in hv.c:hv_fetch() --jhi */
10337 HV *hv;
10393 hv = (HV*)POPPTR(ss,ix);
10394 TOPPTR(nss,ix) = hv_dup_inc(hv, param);
10445 hv = (HV*)POPPTR(ss,ix);
10446 TOPPTR(nss,ix) = hv_dup(hv, param);
10508 hv = (HV*)POPPTR(ss,ix);
10509 TOPPTR(nss,ix) = hv_dup_inc(hv, param);
10550 hv = (HV*)POPPTR(ss,ix);
10551 TOPPTR(nss,ix) = hv_dup_inc(hv, param);