Searched refs:didstore (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sort.c | 1610 SV** base, **didstore; local 1620 didstore = av_store(av, i, sv); 1623 if (!didstore)
|
H A D | pp_hot.c | 960 HE *didstore; local 962 didstore = hv_store_ent(hash,*relem,tmpstr,0); 966 if (!didstore) 1043 SV **didstore; local 1048 didstore = av_store(ary,i++,sv); 1052 if (!didstore) 1067 HE *didstore; local 1079 didstore = hv_store_ent(hash,sv,tmpstr,0); 1083 if (!didstore)
|
Completed in 43 milliseconds