Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dworld.c1122 int numchoices, shortestnumchoices; in apply_to_path() local
1193 shortestnumchoices = numchoices; in apply_to_path()
1200 if (numchoices > shortestnumchoices + 1 && dirsort != NULL) in apply_to_path()
1201 (*dirsort)(x, y, dirchoices + shortestnumchoices, numchoices - shortestnumchoices); in apply_to_path()
1203 for (j = shortestnumchoices; j < numchoices; ++j) { in apply_to_path()
1204 sig = (*fn)(x, y, dirchoices[j], j, numchoices - shortestnumchoices); in apply_to_path()