Searched defs:sort (Results 1 – 12 of 12) sorted by relevance
28 sort:; cd Sort; make $(MFLAGS) all target
15 int sort = 0; variable
522 sort(hand) in sort() function
47 int sort; /* Sort by cost */ variable
44 static int sort; /* Sort by cost */ variable
294 sort(){ /* use this cause qsort doesn't work */ in sort() function
56 enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enum
109 int sort = 0; local
34 #define sort() qsort((char *)sortbase, &eargv[eargc] - sortbase, \ macro
476 sort(list) in sort() function
319 sort() in sort() function
43 int sort = false; /* sort references ? (default no) */ variable