Searched refs:Listnode (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Dsgs.h150 * for (LIST_TRAVERSE(List *list, Listnode *node, void *data)) {
159 typedef struct listnode Listnode; typedef in typeref:struct:listnode
164 Listnode *next; /* the next element */
168 Listnode *head; /* the first element */
169 Listnode *tail; /* the last element */

Completed in 50 milliseconds