Lines Matching refs:gFamilyHead
61 static FamilyRec* gFamilyHead;
70 fNext = gFamilyHead;
72 gFamilyHead = this;
104 FamilyRec* curr = gFamilyHead;
134 FamilyRec* curr = gFamilyHead;
141 gFamilyHead = next;
264 It exists so that our globals (e.g. gFamilyHead) that expect *something*
376 // this constructor puts us into the global gFamilyHead llist
432 if (NULL == gFamilyHead) {
436 if ((gDefaultNormal = gFamilyHead->fFaces[i]) != NULL) {