Searched refs:avhv_store_ent (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_hot.c | 933 if (avhv_store_ent(ary,relem[0],tmpstr,0)) in S_do_maybe_phash() 967 if (avhv_store_ent((AV*)hash,*relem,tmpstr,0)) in S_do_oddball()
|
| D | embed.h | 57 #define avhv_store_ent Perl_avhv_store_ent macro 2131 #define avhv_store_ent(a,b,c,d) Perl_avhv_store_ent(aTHX_ a,b,c,d) macro
|
| D | embed.fnc | 102 Ap |SV** |avhv_store_ent |NULLOK AV *ar|NN SV* keysv|NULLOK SV* val\
|
| D | Changes5.005 | 18798 Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
|