Searched defs:oentry (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dhash.c54 register HENT **oentry; local
64 oentry = &(tb->tbl_array[hash & tb->tbl_max]);
67 for (entry = *oentry; entry; i=0, entry = entry->hent_next) {
83 entry->hent_next = *oentry;
84 *oentry = entry;
103 register HENT **oentry; local
113 oentry = &(tb->tbl_array[hash & tb->tbl_max]);
114 entry = *oentry;
116 for (; entry; i=0, oentry = &entry->hent_next, entry = entry->hent_next) {
123 *oentry
142 register HENT **oentry; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c379 HE **oentry; local
739 /* Not sure if we can get here. I think the only case of oentry being
747 oentry = &((HE**)xhv->xhv_array)[hash & (I32) xhv->xhv_max];
757 HeNEXT(entry) = *oentry;
758 *oentry = entry;
880 register HE **oentry; local
975 /* oentry = &(HvARRAY(hv))[hash & (I32) HvMAX(hv)]; */
976 oentry = &((HE**)xhv->xhv_array)[hash & (I32) xhv->xhv_max];
977 entry = *oentry;
979 for (; entry; i=0, oentry
1059 register HE **oentry; local
1213 register HE **oentry; local
1512 HE **oentry = &(HvARRAY(hv))[i]; local
1552 register HE *oentry = Null(HE*); local
1956 register HE **oentry; local
2067 register HE **oentry; local
[all...]
H A Dsv.c9695 register PTR_TBL_ENT_t *oentry = Null(PTR_TBL_ENT_t*); local
9709 oentry = entry;
9711 Safefree(oentry);

Completed in 63 milliseconds