Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c123 len1 = ((LenNode *)n1)->ln_strlen; in avl_len_compare()
124 len2 = ((LenNode *)n2)->ln_strlen; in avl_len_compare()
179 avl_create(stp->st_lentree, &avl_len_compare, sizeof (LenNode), in st_new()
180 SGSOFFSETOF(LenNode, ln_avlnode)); in st_new()
200 LenNode *lnp, ln = { 0 }; in st_insert()
265 LenNode *lnp, ln = { 0 }; in st_delstring()
562 LenNode *lnp; in st_getstrtab_sz()
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h65 } LenNode; typedef