Searched refs:GmListElement (Results 1 – 2 of 2) sorted by relevance
41 struct GmListElement;42 typedef struct GmListElement GmListElement; typedef44 struct GmListElement struct46 GmListElement* next; argument50 static GmListElement* head = 0; argument56 GmListElement* makeGmListElement (void* bas) in makeGmListElement()58 GmListElement* this; in makeGmListElement()59 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()83 GmListElement* next = head->next; in gcleanup()
956 struct GmListElement;957 typedef struct GmListElement GmListElement;959 struct GmListElement961 GmListElement* next;965 static GmListElement* head = 0;971 GmListElement* makeGmListElement (void* bas)973 GmListElement* this;974 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement));998 GmListElement* next = head->next;