Home
last modified time | relevance | path

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

/titanic_41/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->e_id != NULL)
[all …]
H A Dmacro.c540 if (e == e->e_parent)
542 e = e->e_parent;
H A Denvelope.c95 parent = e->e_parent;
105 e->e_parent = parent;
H A Dsendmail.h894 ENVELOPE *e_parent; /* the message this one encloses */ member
H A Dqueue.c2015 e->e_parent = NULL;
/titanic_41/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];
H A Drestore.h101 struct entry *e_parent; /* pointer to parent directory (..) */ member
H A Dutilities.c385 myname(ep->e_parent)); in badentry()