HomeSort by relevance Sort by last modified time
    Searched refs:di_next (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.dir.h 21 struct directory *di_next; /* next in loop */ member in struct:directory
sh.dir.c 68 dhead.di_next = dhead.di_prev = dp;
69 dp->di_next = dp->di_prev = &dhead;
145 dcwd->di_prev->di_next = dcwd->di_next;
146 dcwd->di_next->di_prev = dcwd->di_prev;
153 dp->di_next = dcwd->di_next;
155 dp->di_prev->di_next = dp;
156 dp->di_next->di_prev = dp;
383 dp->di_prev->di_next = dp->di_next
    [all...]
sh.proc.c 205 if (pp->p_cwd->di_next == 0)
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_as.h 43 struct dt_irnode *di_next; /* next instruction */ member in struct:dt_irnode
dt_ident.c 674 next = idp->di_next;
681 next = idp->di_next;
698 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
723 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
771 idp->di_next = dhp->dh_hash[h];
791 idp->di_next = dhp->dh_hash[h];
809 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
813 pp = &idp->di_next;
817 *pp = idp->di_next;
853 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next)
    [all...]
dt_as.c 51 nip = dip->di_next;
60 dlp->dl_last->di_next = dip;
284 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
407 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
dt_ident.h 82 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member in struct:dt_ident
dt_open.c     [all...]
dt_cg.c 57 dip->di_next = NULL;
    [all...]
dt_parser.c     [all...]

Completed in 180 milliseconds