Home
last modified time | relevance | path

Searched refs:p_NewList (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_list.c43 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head) in NCSW_LIST_Append() argument
45 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()
/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h340 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head);