Searched refs:tprev (Results 1 – 1 of 1) sorted by relevance
1055 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local1065 if (tprev == NULL) in m_tag_copy_chain()1068 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain()1069 tprev = t; in m_tag_copy_chain()