Searched refs:rej1 (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()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()676 rej1->rej_str = MSG_ORIG(MSG_EMG_ENOMEM); in rejection_inherit()