Searched refs:UU_LIST_SORTED (Results 1 – 3 of 3) 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()
257 #define UU_LIST_SORTED 0x00000002 /* list is sorted */ macro
587 clp->cl_sorted ? UU_LIST_SORTED : 0); in changelist_gather()