Searched refs:nex (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c735 struct __nsw_lookup_v1 *nex, *cur; local
736 for (cur = cfp->lookups; cur; cur = nex) {
738 nex = cur->next;
753 struct __nsw_lookup *nex, *cur; local
754 for (cur = cfp->lookups; cur; cur = nex) {
756 nex = cur->next;

Completed in 15 milliseconds