Lines Matching refs:LinearAreas
300 FBLinearLinkPtr LinearAreas;
791 pLink = offman->LinearAreas;
805 else offman->LinearAreas = pLink->next;
842 if (!offman->LinearAreas) return NULL;
844 linear = offman->LinearAreas;
897 DumpDebug(offman->LinearAreas);
965 link->next = offman->LinearAreas;
966 offman->LinearAreas = link;
980 DumpDebug(offman->LinearAreas);
995 pLink = offman->LinearAreas;
1009 else offman->LinearAreas = pLink->next;
1011 DumpDebug(offman->LinearAreas);
1034 DumpDebug(offman->LinearAreas);
1047 pLink = offman->LinearAreas;
1102 pLink = offman->LinearAreas;
1172 pLinearLink = offman->LinearAreas;
1351 offman->LinearAreas = NULL;
1379 offman->LinearAreas = malloc(sizeof(FBLinearLink));
1380 if (!offman->LinearAreas)
1383 link = offman->LinearAreas;