Home
last modified time | relevance | path

Searched defs:DirNode (Results 1 – 1 of 1) sorted by relevance

/titanic_52/usr/src/lib/libtecla/common/
H A Dexpand.c66 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...]