Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c64 typedef struct DirNode DirNode; typedef
65 struct DirNode { struct
66 DirNode *next; /* The next directory in the list */ argument
67 DirNode *prev; /* The node that precedes this node in the list */ argument
72 FreeList *mem; /* Memory for DirNode list nodes */ argument