File libsrc/bpo_sort_i.c


Included Files


Preprocessor definitions

#define NO_TRACE

#define TRACE( x )

#define MAXHOOKS 24

#define KEYVAL( dataitem )

#define GETKEY( datapp )

#define GNNODE( n, off )


Local Variables

compare
static int (*compare)(const void*,const void*)
Used in:

base_p
static char* base_p

Used in:

Global Function bpo_sort_i()

int bpo_sort_i ( bpo_List* sort_list, int (*compar)(const void*,const void*) )
Prototyped in:
Calls:
References Variables:

Local Function binmerge()

static bpo_Node* binmerge ( bpo_Node* datap_a, bpo_Node* datap_b )
Called by:
References Variables:

Local Function tweak_header()

static void tweak_header ( bpo_Node* tail, bpo_Node* first )
Called by: