Home
last modified time | relevance | path

Searched refs:newHVREF (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperly.y506 ref(newHVREF($1),OP_RV2HV),
511 ref(newHVREF($1),OP_RV2HV),
781 { $$ = newHVREF($2); }
Dperly.c2034 ref(newHVREF(yyvsp[-5].opval),OP_RV2HV), in yyparse()
2041 ref(newHVREF(yyvsp[-4].opval),OP_RV2HV), in yyparse()
2440 { yyval.opval = newHVREF(yyvsp[0].opval); } in yyparse()
Dembed.h563 #define newHVREF Perl_newHVREF macro
2616 #define newHVREF(a) Perl_newHVREF(aTHX_ a) macro
Dembed.fnc538 ApaR |OP* |newHVREF |NN OP* o
Dop.c5367 OP * const newop = newHVREF(newGVOP(OP_GV, 0, in Perl_ck_fun()
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperly_c.vms2038 ref(newHVREF(yyvsp[-5].opval),OP_RV2HV),
2045 ref(newHVREF(yyvsp[-4].opval),OP_RV2HV),
2444 { yyval.opval = newHVREF(yyvsp[0].opval); }
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D5006000235 newHVREF # E (Perl_newHVREF)
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc524 ApaR |OP* |newHVREF |NN OP* o