Searched refs:stravl (Results 1 – 1 of 1) sorted by relevance
526 static avl_tree_t *stravl = NULL; variable541 if ((stravl == NULL) && in stravl_insert()542 ((stravl = pnavl_create(sizeof (PathNode))) == NULL)) in stravl_insert()578 if ((pnp = avl_find(stravl, pnbuf, &where)) != NULL) in stravl_insert()596 avl_insert(stravl, pnp, where); in stravl_insert()