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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c1368 I32 riter = HvRITER(ohv); local
1382 HvRITER(ohv) = riter;
1553 I32 riter; local
1561 riter = 0;
1578 if (++riter > max)
1580 entry = array[riter];
H A Dperl.c895 I32 riter; local
900 riter = 0;
913 if (++riter > max)
915 hent = array[riter];
H A Dsv.c9696 UV riter = 0; local
9714 if (++riter > max) {
9717 entry = array[riter];

Completed in 57 milliseconds