Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c309 typedef struct sl_info struct
311 struct sl_info *llink; /* Left subtree ptr (tree depth in *sl_head) */ argument
312 struct sl_info *rlink; /* Right subtree ptr */ argument
318 } sl_info_t; argument