Searched refs:UU_LIST_SORTED (Results 1 – 2 of 2) sorted by relevance
182 if (flags & ~(UU_LIST_DEBUG | UU_LIST_SORTED)) { in uu_list_create() 187 if ((flags & UU_LIST_SORTED) && pp->ulp_cmp == NULL) { in uu_list_create() 190 "UU_LIST_SORTED, but pool has no comparison func\n", in uu_list_create() 206 lp->ul_sorted = (flags & UU_LIST_SORTED); in uu_list_create() 618 "UU_LIST_SORTED\n", (void *)lp); in uu_list_insert_before() 644 "UU_LIST_SORTED\n", (void *)lp); in uu_list_insert_after()
192 #define UU_LIST_SORTED 0x00000002 /* list is sorted */ macro