Searched defs:DirNode (Results 1 – 1 of 1) sorted by relevance
66 typedef struct DirNode DirNode; typedef 67 struct DirNode { struct 68 DirNode *next; /* The next directory in the list */ argument 69 DirNode *prev; /* The node that precedes this node in the list */ argument 74 FreeList *mem; /* Memory for DirNode list nodes */ argument [all...]