Searched defs:PathDef (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfru/
H A DParser.h44 struct PathDef struct
52 PathDef *next;
54 ~PathDef() { delete next; }
59 // USER MUST delete the PathDef and Ancestor returned.
61 int *absolute, PathDef **pathDef);

Completed in 56 milliseconds