Searched refs:UU_LIST_SORTED (Results 1 – 2 of 2) sorted by relevance
184 if (flags & ~(UU_LIST_DEBUG | UU_LIST_SORTED)) { in uu_list_create()189 if ((flags & UU_LIST_SORTED) && pp->ulp_cmp == NULL) { in uu_list_create()208 lp->ul_sorted = (flags & UU_LIST_SORTED); in uu_list_create()
250 #define UU_LIST_SORTED 0x00000002 /* list is sorted */ macro