Searched refs:rej2 (Results 1 – 1 of 1) sorted by relevance
666 rejection_inherit(Rej_desc *rej1, Rej_desc *rej2) in rejection_inherit() argument668 if (rej2->rej_type && (rej1->rej_type == 0)) { in rejection_inherit()669 rej1->rej_type = rej2->rej_type; in rejection_inherit()670 rej1->rej_info = rej2->rej_info; in rejection_inherit()671 rej1->rej_flags = rej2->rej_flags; in rejection_inherit()672 if (rej2->rej_name) in rejection_inherit()673 rej1->rej_name = stravl_insert(rej2->rej_name, 0, 0, 0); in rejection_inherit()674 if ((rej2->rej_str) && ((rej1->rej_str = in rejection_inherit()675 stravl_insert(rej2->rej_str, 0, 0, 0)) == NULL)) in rejection_inherit()