Home
last modified time | relevance | path

Searched refs:resdoc_compare_by_score (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Dmastermod.c23 static int resdoc_compare_by_score(const void *ap, const void *bp);
1075 qsort(resdocs, *nump, sizeof(RESDOC *), resdoc_compare_by_score); in resmap_list()
1184 static int resdoc_compare_by_score(const void *ap, const void *bp){ in resdoc_compare_by_score() function