Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:allTypes

20 AType* PartType::allTypes = NULL;
58 while (allTypes != NULL) {
59 tempType = allTypes;
60 allTypes = allTypes->next;
247 if (allTypes == NULL) { // first entry
248 allTypes = tempType;
286 AType* theItem = allTypes;
313 AType* theItem = allTypes;
334 AType* theItem = allTypes;
359 AType* theItem = allTypes;
386 AType* thisType = allTypes;
419 AType* thisType = allTypes;