Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dai.c43 static int numaitypes; variable
148 numaitypes = 0; in init_ai_types()
152 register_mplayer(&(all_ai_ops[++numaitypes])); in init_ai_types()
153 register_iplayer(&(all_ai_ops[++numaitypes])); in init_ai_types()
163 for (i = 1; i <= numaitypes; ++i) { in find_ai_type()
175 if (!between(1, n, numaitypes)) in ai_type_name()
191 for (i = 1; i < numaitypes; ++i) { in next_ai_type_name()
204 if (!between(1, n, numaitypes)) in ai_type_help()
233 for (i = 1; i <= numaitypes; ++i) { in init_ai()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-1999436 * config.h (numaitypes): Change to 3.
2986 * ai.c (numaitypes): Move to config.h to make it globally
3043 (numaitypes): Move here from ai.c to make it globally accessible.
H A DChangeLog-2000900 * config.h (numaitypes): Remove.
907 (numaitypes): New global.
926 using numaitypes.
2749 * config.h (numaitypes): Increment.