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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c151 if (e->e_parent != NULL &&
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
714 if (ee->e_parent == NULL ||
715 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
765 if (e->e_parent == NULL)
797 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
804 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
819 arpadate(ctime(&e->e_parent->e_ctime)));
822 expand("from \201_", buf, sizeof(buf), e->e_parent);
827 if (pm_notify && e->e_parent
[all...]
H A Dmacro.c540 if (e == e->e_parent)
542 e = e->e_parent;
H A Denvelope.c82 ** if (e == parent && e->e_parent != NULL)
83 ** parent = e->e_parent;
84 ** So if e == parent && e->e_parent == NULL then we would
85 ** set e->e_parent = e, which creates a loop in the e_parent chain.
95 parent = e->e_parent;
105 e->e_parent = parent;
H A Dsendmail.h894 ENVELOPE *e_parent; /* the message this one encloses */ member in struct:envelope
H A Dqueue.c2015 e->e_parent = NULL;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c257 ep = ep->e_parent;
307 np->e_parent = np;
328 np->e_parent = ep;
421 if (np != ep->e_parent) {
423 ep->e_parent = np;
454 np = ep->e_parent;
623 tep->e_parent = (struct entry *)ep->e_parent->e_index;
819 ep->e_parent = &baseep[(long)ep->e_parent];
[all...]
H A Drestore.h101 struct entry *e_parent; /* pointer to parent directory (..) */ member in struct:entry
H A Dutilities.c385 myname(ep->e_parent));

Completed in 126 milliseconds