Searched refs:DictNode (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Ddict-list.h42 #define DictNode DictListNode macro
62 typedef struct DictNode DictNode; typedef in typeref:struct:DictNode
74 DictNode *dictSearch( Dict *dict, DictKey key );
75 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key );
76 void dictDelete( Dict *dict, DictNode *node );
88 struct DictNode { struct
90 DictNode *next;
91 DictNode *pre
[all...]
H A Ddict.h42 #define DictNode DictListNode macro
62 typedef struct DictNode DictNode; typedef in typeref:struct:DictNode
74 DictNode *dictSearch( Dict *dict, DictKey key );
75 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key );
76 void dictDelete( Dict *dict, DictNode *node );
88 struct DictNode { struct
90 DictNode *next;
91 DictNode *pre
[all...]
H A Ddict.c44 DictNode *head;
63 DictNode *node, *next;
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key )
75 DictNode *newNode;
81 newNode = (DictNode *) memAlloc( sizeof( DictNode ));
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/
102 DictNode *dictSearch( Dict *dict, DictKey key )
104 DictNode *nod
[all...]
H A Dsweep.h61 DictNode *nodeUp; /* dictionary node corresponding to eUp */

Completed in 4 milliseconds