histedit.c | 96 static int comparator(const void *, const void *); 929 * Comparator function for qsort(). The use of curpos here is to skip 933 comparator(const void *a, const void *b) function in typeref:typename:int 1007 qsort(matches + 1, i, sizeof(matches[0]), comparator);
|