Searched refs:GmListElement (Results 1 – 2 of 2) sorted by relevance
69 struct GmListElement;70 typedef struct GmListElement GmListElement; typedef72 struct GmListElement struct74 GmListElement* next; argument78 static GmListElement* head = 0; argument84 GmListElement* makeGmListElement (void* bas) in makeGmListElement()86 GmListElement* this; in makeGmListElement()87 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()111 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;
Completed in 13 milliseconds