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

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dpack.c86 struct tails *t_next; member in struct:tails
274 for (t = *hp; t != NULL; t = t->t_next) {
280 t->t_next = *hp;
344 next = t->t_next;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Ddirs.c75 struct inotab *t_next; member in struct:inotab
718 itp->t_next = inotab[INOHASH(ctxp->ino)];
749 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h222 tdesc_t *t_next; /* Name hash next pointer */ member in struct:tdesc
H A Dst_parse.c1050 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) {
1095 tdp->t_next = name_table[hash];
1142 for (tdp = name_table[i]->t_next;
1144 tdp = tdp->t_next)
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Ddecode.c215 struct tablelist *t_next; member in struct:tablelist
350 t->t_next = *tlist;
500 for (t = tlist; t != NULL; t = t->t_next)

Completed in 114 milliseconds