Home
last modified time | relevance | path

Searched refs:GmListElement (Results 1 – 2 of 2) sorted by relevance

/common/
A Ddlmalloc.c69 struct GmListElement;
70 typedef struct GmListElement GmListElement; typedef
72 struct GmListElement struct
74 GmListElement* next; argument
78 static GmListElement* head = 0; argument
84 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()
A Ddlmalloc.src956 struct GmListElement;
957 typedef struct GmListElement GmListElement;
959 struct GmListElement
961 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