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

/freebsd-10.3-release/contrib/tcsh/
H A Dsh.dir.h39 struct directory *di_next; /* next in loop */ member in struct:directory
H A Dsh.dir.c170 dhead.di_next = dhead.di_prev = dp;
171 dp->di_next = dp->di_prev = &dhead;
241 for (dp = dcwd->di_next; dp != dcwd; ) {
243 dp = dp->di_next;
247 dhead.di_next = dhead.di_prev = dp;
248 dp->di_next = dp->di_prev = &dhead;
521 dcwd->di_prev->di_next = dcwd->di_next;
522 dcwd->di_next->di_prev = dcwd->di_prev;
533 dp->di_next
[all...]
H A Dsh.glob.c124 !dcwd->di_next->di_name && !dcwd->di_prev->di_name)
H A Dsh.proc.c450 if (pp->p_cwd->di_next == 0)
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.h43 struct dt_irnode *di_next; /* next instruction */ member in struct:dt_irnode
H A Ddt_ident.c685 next = idp->di_next;
692 next = idp->di_next;
709 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
734 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
782 idp->di_next = dhp->dh_hash[h];
802 idp->di_next = dhp->dh_hash[h];
820 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
824 pp = &idp->di_next;
828 *pp = idp->di_next;
864 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next)
[all...]
H A Ddt_as.c53 nip = dip->di_next;
62 dlp->dl_last->di_next = dip;
286 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
409 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
H A Ddt_ident.h82 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member in struct:dt_ident
H A Ddt_open.c1615 ndp = idp->di_next;
H A Ddt_cg.c60 dip->di_next = NULL;
H A Ddt_parser.c2771 idp->di_next = dtp->dt_externs;

Completed in 143 milliseconds