HomeSort by: relevance | last modified time | path
    Searched defs:comparator (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
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);
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);

Completed in 22 milliseconds