Searched refs:e_origrcpt (Results 1 – 3 of 3) sorted by relevance
494 if (e->e_origrcpt == NULL)495 e->e_origrcpt = new->q_paddr;496 else if (e->e_origrcpt != new->q_paddr)497 e->e_origrcpt = "";
814 if (e->e_origrcpt != NULL && *e->e_origrcpt != '\0')815 macdefine(&e->e_macro, A_PERM, 'u', e->e_origrcpt);
918 char *e_origrcpt; /* original recipient (one only) */ member