Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dhmodel.c3420 SECTION_DATA *childSectionPtr = sectionDataPtr->First_Child; local
3422 while (childSectionPtr!=NULL)
3424 LOCALASSERT(childSectionPtr->My_Parent==sectionDataPtr);
3426 FindHeatSource_Recursion(controllerPtr,childSectionPtr);
3427 childSectionPtr=childSectionPtr->Next_Sibling;
/dports/games/avp/avp-20170505/src/
H A Dkshape.c4197 SECTION_DATA *childSectionPtr = sectionDataPtr->First_Child; in FindAlienEnergySource_Recursion() local
4199 while (childSectionPtr!=NULL) in FindAlienEnergySource_Recursion()
4201 LOCALASSERT(childSectionPtr->My_Parent==sectionDataPtr); in FindAlienEnergySource_Recursion()
4203 FindAlienEnergySource_Recursion(controllerPtr,childSectionPtr,colour); in FindAlienEnergySource_Recursion()
4204 childSectionPtr=childSectionPtr->Next_Sibling; in FindAlienEnergySource_Recursion()