Searched defs:nelt (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dsymtab.c102 elt_t *elt, *nelt; local
109 for (elt = HEAD(symtab->table[i]); elt != NULL; elt = nelt) {
110 nelt = NEXT(elt, link);
209 elt_t *elt, *nelt; local
211 for (elt = HEAD(symtab->table[i]); elt != NULL; elt = nelt) {
214 nelt = NEXT(elt, link);
/bind-9.6-ESV-R11/lib/isccc/
H A Dsymtab.c117 elt_t *elt, *nelt; local
126 elt = nelt) {
127 nelt = ISC_LIST_NEXT(elt, link);
279 elt_t *elt, *nelt; local
287 elt = nelt) {
288 nelt = ISC_LIST_NEXT(elt, link);

Completed in 18 milliseconds