Searched refs:eqkid (Results 1 – 2 of 2) sorted by relevance
56 curr->eqkid = (ternary_tree) data; in ternary_insert()57 return (PTR) curr->eqkid; in ternary_insert()59 pcurr = &(curr->eqkid); in ternary_insert()80 curr->lokid = curr->hikid = curr->eqkid = 0; in ternary_insert()88 curr->eqkid = (ternary_tree) data; in ternary_insert()91 pcurr = &(curr->eqkid); in ternary_insert()103 ternary_cleanup (p->eqkid); in ternary_cleanup()126 return (PTR) curr->eqkid; in ternary_search()128 curr = curr->eqkid; in ternary_search()154 return (PTR) p->eqkid; in ternary_recursivesearch()[all …]
31 ternary_tree eqkid; member