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

  /src/games/robots/
score.c 60 static int cmp_sc(const void *, const void *);
157 qsort(Top, MAXSCORES, sizeof Top[0], cmp_sc);
208 * cmp_sc:
212 cmp_sc(const void *s1, const void *s2) function in typeref:typename:int
score.c 60 static int cmp_sc(const void *, const void *);
157 qsort(Top, MAXSCORES, sizeof Top[0], cmp_sc);
208 * cmp_sc:
212 cmp_sc(const void *s1, const void *s2) function in typeref:typename:int
score.c 60 static int cmp_sc(const void *, const void *);
157 qsort(Top, MAXSCORES, sizeof Top[0], cmp_sc);
208 * cmp_sc:
212 cmp_sc(const void *s1, const void *s2) function in typeref:typename:int

Completed in 33 milliseconds