Home
last modified time | relevance | path

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

/titanic_41/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
75 DirNode *head; /* The head of the list of used and unused cache nodes */
76 DirNode *next; /* The next unused node between head and tail */
77 DirNode *tail; /* The tail of the list of unused cache nodes */
121 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname);
122 static DirNode *ef_close_dir(ExpandFile *ef, DirNode *node);
205 ef->cache.mem = _new_FreeList(sizeof(DirNode), DIR_CACHE_BLK); in new_ExpandFile()
[all …]