Searched refs:p_NewList (Results 1 – 2 of 2) sorted by relevance
43 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head) in NCSW_LIST_Append() argument45 t_List *p_First = NCSW_LIST_FIRST(p_NewList); in NCSW_LIST_Append()47 if (p_First != p_NewList) in NCSW_LIST_Append()49 t_List *p_Last = NCSW_LIST_LAST(p_NewList); in NCSW_LIST_Append()
340 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head);