Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dpkglist.c127 pkgp = &scan->hnext1; in pkg_enter()
134 pkg->hnext1 = scan->hnext1; in pkg_enter()
162 for (pkg = *pkgp; pkg; pkg = pkg->hnext1) { in pkg_find()
H A Ddsynth.h139 struct pkg *hnext1; /* hash based on portdir */ member