Searched refs:fep (Results 1 – 1 of 1) sorted by relevance
114 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus * fep, int n);470 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus* fep, int n) in ForeachObjects() argument490 fep->isFirst = (count ? FALSE : TRUE); in ForeachObjects()491 fep->isLast = (start->next ? FALSE : TRUE); in ForeachObjects()492 fep->count = count; in ForeachObjects()