Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c308 Str_hash *sthash, *psthash; in st_destroy() local
326 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()
328 if (psthash) in st_destroy()
329 free(psthash); in st_destroy()
330 psthash = sthash; in st_destroy()
332 if (psthash) in st_destroy()
333 free(psthash); in st_destroy()