Searched refs:e_parent (Results 1 – 8 of 8) sorted by relevance
151 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 …]
540 if (e == e->e_parent)542 e = e->e_parent;
95 parent = e->e_parent;105 e->e_parent = parent;
894 ENVELOPE *e_parent; /* the message this one encloses */ member
2015 e->e_parent = NULL;
257 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];
101 struct entry *e_parent; /* pointer to parent directory (..) */ member
385 myname(ep->e_parent)); in badentry()