Searched refs:DictNode (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | dict-list.h | 42 #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 D | dict.h | 42 #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 D | dict.c | 44 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 D | sweep.h | 61 DictNode *nodeUp; /* dictionary node corresponding to eUp */
|
Completed in 4 milliseconds