Home
last modified time | relevance | path

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

/openbsd/lib/libc/stdlib/
H A Dtfind.c15 typedef struct node_t struct
18 struct node_t *llink, *rlink; argument
H A Dtsearch.c17 typedef struct node_t { struct
19 struct node_t *left, *right; argument