Home
last modified time | relevance | path

Searched refs:fep (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/build/tools/makelcf/
Dcreatelcf.c115 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus * fep, int n);
474 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus* fep, int n) in ForeachObjects() argument
494 fep->isFirst = (count ? FALSE : TRUE); in ForeachObjects()
495 fep->isLast = (start->next ? FALSE : TRUE); in ForeachObjects()
496 fep->count = count; in ForeachObjects()
510 static int ForeachObjectsForce(tObject ** ptrObject, tObject * start, tForeachStatus* fep, int n) in ForeachObjectsForce() argument
528 fep->isFirst = (count ? FALSE : TRUE); in ForeachObjectsForce()
529 fep->isLast = (start->next ? FALSE : TRUE); in ForeachObjectsForce()
530 fep->count = count; in ForeachObjectsForce()