Searched refs:e_origrcpt (Results 1 – 3 of 3) sorted by relevance
506 if (e->e_origrcpt == NULL)507 e->e_origrcpt = new->q_paddr;508 else if (e->e_origrcpt != new->q_paddr)509 e->e_origrcpt = "";
854 if (e->e_origrcpt != NULL && *e->e_origrcpt != '\0')855 macdefine(&e->e_macro, A_PERM, 'u', e->e_origrcpt);
1149 char *e_origrcpt; /* original recipient (one only) */ member