Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c153 if (e->e_parent != NULL &&
154 bitset(EF_RESPONSE, e->e_parent->e_flags))
716 if (ee->e_parent == NULL ||
717 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
767 if (e->e_parent == NULL)
799 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
806 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
821 arpadate(ctime(&e->e_parent->e_ctime)));
824 expand("from \201_", buf, sizeof(buf), e->e_parent);
829 if (pm_notify && e->e_parent->e_id != NULL)
[all …]
H A Dmacro.c538 if (e == e->e_parent)
540 e = e->e_parent;
H A Denvelope.c97 parent = e->e_parent;
107 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;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c242 ep = ep->e_parent; in myname()
289 np->e_parent = np; in addentry()
310 np->e_parent = ep; in addentry()
400 if (np != ep->e_parent) { in moveentry()
402 ep->e_parent = np; in moveentry()
432 np = ep->e_parent; in removeentry()
597 tep->e_parent = (struct entry *)ep->e_parent->e_index; in dumpsymtable()
686 ep->e_parent = ep; in initsymtable()
800 ep->e_parent = &baseep[(long)ep->e_parent]; in initsymtable()
H A Drestore.h99 struct entry *e_parent; /* pointer to parent directory (..) */ member
H A Dutilities.c383 myname(ep->e_parent)); in badentry()