MT2063_ExclZone_t
struct MT2063_ExclZone_t *freeZones;
struct MT2063_ExclZone_t *usedZones;
struct MT2063_ExclZone_t MT2063_ExclZones[MT2063_MAX_ZONES];
static struct MT2063_ExclZone_t *InsertNode(struct MT2063_AvoidSpursData_t
struct MT2063_ExclZone_t *pPrevNode)
struct MT2063_ExclZone_t *pNode;
static struct MT2063_ExclZone_t *RemoveNode(struct MT2063_AvoidSpursData_t
struct MT2063_ExclZone_t *pPrevNode,
struct MT2063_ExclZone_t
struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_;
struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones;
struct MT2063_ExclZone_t *pPrev = NULL;
struct MT2063_ExclZone_t *pNext = NULL;
struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones;
struct MT2063_ExclZone_t *next_;