fItemIndex
int fItemIndex;
fItemIndex(0),
fItemIndex = 0;
if (fItemIndex == 0) {
if (fRecentList.FindRef("refs", fItemIndex++, &ref) != B_OK)
int32 fItemIndex;
fItemIndex = 0;
if (fItemIndex < 0 || fItemIndex >= fItems.CountItems()) {
fItemIndex = -1;
*_type = *(BString*)fItems.ItemAt(fItemIndex);
fItemIndex++;
fItemIndex = 0;
if (fItemIndex == 0) {
if (fRecentList.FindRef("refs", fItemIndex++, &ref) != B_OK)
int32 fItemIndex;