Home
last modified time | relevance | path

Searched refs:pcurr (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dternary.c40 ternary_tree curr, *pcurr; in ternary_insert() local
43 pcurr = root; in ternary_insert()
45 while ((curr = *pcurr)) in ternary_insert()
59 pcurr = &(curr->eqkid); in ternary_insert()
64 pcurr = &(curr->lokid); in ternary_insert()
69 pcurr = &(curr->hikid); in ternary_insert()
77 *pcurr = XNEW (ternary_node); in ternary_insert()
78 curr = *pcurr; in ternary_insert()
91 pcurr = &(curr->eqkid); in ternary_insert()