Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c119 typedef struct PathNode PathNode; typedef
120 struct PathNode { struct
121 PathNode *next; /* The next directory in the path */ argument
136 static int add_PathNode(PathCache *pc, const char *dirname); argument
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h638 } PathNode; typedef