Home
last modified time | relevance | path

Searched refs:A_LAST (Results 1 – 25 of 86) sorted by relevance

1234

/dports/games/freeciv/freeciv-2.6.6/common/
H A Dtech.h44 #define A_LAST MAX_NUM_ITEMS /* Used in the network protocol. */ macro
45 #define A_FUTURE (A_LAST + 1)
47 #define A_UNSET (A_LAST + 2)
48 #define A_UNKNOWN (A_LAST + 3)
144 BV_DEFINE(bv_techs, A_LAST);
H A Dtech.c41 const struct advance *array[A_LAST];
49 const struct advance *array[A_LAST];
123 fc_assert_ret_val(tech >= A_NONE && tech < A_LAST, -1); in advance_required()
126 return A_LAST; in advance_required()
H A Dresearch.h79 } inventions[A_LAST];
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dtech.h44 #define A_LAST MAX_NUM_ITEMS /* Used in the network protocol. */ macro
45 #define A_FUTURE (A_LAST + 1)
47 #define A_UNSET (A_LAST + 2)
48 #define A_UNKNOWN (A_LAST + 3)
144 BV_DEFINE(bv_techs, A_LAST);
H A Dtech.c41 const struct advance *array[A_LAST];
49 const struct advance *array[A_LAST];
123 fc_assert_ret_val(tech >= A_NONE && tech < A_LAST, -1); in advance_required()
126 return A_LAST; in advance_required()
H A Dresearch.h79 } inventions[A_LAST];
H A Ddataio.c511 if (value[i] == A_LAST) { in dio_put_tech_list()
849 if (dest[i] == A_LAST) { in dio_get_tech_list()
855 dest[i] = A_LAST; in dio_get_tech_list()
/dports/shells/ksh93/ast-93u/src/cmd/mam/
H A Dmamnew.c68 #define A_ancestor (A_LAST<<1) /* ancestor directory */
69 #define A_command (A_LAST<<2) /* command target */
70 #define A_directory (A_LAST<<3) /* source directory */
71 #define A_implict (A_LAST<<4) /* metarules can handle it */
72 #define A_listprereq (A_LAST<<5) /* prereqs listed */
73 #define A_listtarg (A_LAST<<6) /* listed as target */
74 #define A_omit (A_LAST<<7) /* omit prereq */
H A Dmamold.c64 #define A_listprereq (A_LAST<<1) /* prereqs listed */
65 #define A_listtarg (A_LAST<<2) /* listed as target */
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mam/
H A Dmamnew.c68 #define A_ancestor (A_LAST<<1) /* ancestor directory */
69 #define A_command (A_LAST<<2) /* command target */
70 #define A_directory (A_LAST<<3) /* source directory */
71 #define A_implict (A_LAST<<4) /* metarules can handle it */
72 #define A_listprereq (A_LAST<<5) /* prereqs listed */
73 #define A_listtarg (A_LAST<<6) /* listed as target */
74 #define A_omit (A_LAST<<7) /* omit prereq */
H A Dmamold.c64 #define A_listprereq (A_LAST<<1) /* prereqs listed */
65 #define A_listtarg (A_LAST<<2) /* listed as target */
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mam/
H A Dmamnew.c68 #define A_ancestor (A_LAST<<1) /* ancestor directory */
69 #define A_command (A_LAST<<2) /* command target */
70 #define A_directory (A_LAST<<3) /* source directory */
71 #define A_implict (A_LAST<<4) /* metarules can handle it */
72 #define A_listprereq (A_LAST<<5) /* prereqs listed */
73 #define A_listtarg (A_LAST<<6) /* listed as target */
74 #define A_omit (A_LAST<<7) /* omit prereq */
H A Dmamold.c64 #define A_listprereq (A_LAST<<1) /* prereqs listed */
65 #define A_listtarg (A_LAST<<2) /* listed as target */
/dports/games/bsdtris/bsdtris-1.1_2/
H A Dtetris.h66 #define A_LAST 21 macro
/dports/devel/global/global-6.6.7/htags/
H A Danchor.h57 #define A_LAST 3 macro
H A Danchor.c376 ref[A_LAST] = LAST; in anchor_getlinks()
383 ref[A_LAST] = 0; in anchor_getlinks()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Drssanity.c64 && game.rgame.global_init_techs[i] != A_LAST; i++) { in nation_has_initial_tech()
72 i < MAX_NUM_TECH_LIST && pnation->init_techs[i] != A_LAST; in nation_has_initial_tech()
613 && game.rgame.global_init_techs[techi] != A_LAST; techi++) { in sanity_check_ruleset_data()
637 techi < MAX_NUM_TECH_LIST && pnation->init_techs[techi] != A_LAST; in sanity_check_ruleset_data()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Drssanity.c64 && game.rgame.global_init_techs[i] != A_LAST; i++) { in nation_has_initial_tech()
72 i < MAX_NUM_TECH_LIST && pnation->init_techs[i] != A_LAST; in nation_has_initial_tech()
613 && game.rgame.global_init_techs[techi] != A_LAST; techi++) { in sanity_check_ruleset_data()
637 techi < MAX_NUM_TECH_LIST && pnation->init_techs[techi] != A_LAST; in sanity_check_ruleset_data()
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Daidata.h98 adv_want tech_want[A_LAST+1];
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Daidata.h98 adv_want tech_want[A_LAST+1];
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libmam/
H A Dmam.h43 #define A_LAST (1<<7) /* last A_* bit used */ macro
/dports/shells/ksh93/ast-93u/src/lib/libmam/
H A Dmam.h43 #define A_LAST (1<<7) /* last A_* bit used */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libmam/
H A Dmam.h43 #define A_LAST (1<<7) /* last A_* bit used */ macro
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-xaw/
H A Dhelpdlg.c261 type = (tech == A_LAST ? TECH_UNKNOWN in create_tech_tree()
275 if(tech==A_LAST || in create_tech_tree()
276 (advance_required(tech, AR_ONE)==A_LAST in create_tech_tree()
277 && advance_required(tech, AR_TWO)==A_LAST)) { in create_tech_tree()
775 create_tech_tree(help_tech_tree, 0, A_LAST, 3); in help_update_improvement()
/dports/games/freeciv/freeciv-2.6.6/client/gui-xaw/
H A Dhelpdlg.c261 type = (tech == A_LAST ? TECH_UNKNOWN in create_tech_tree()
275 if(tech==A_LAST || in create_tech_tree()
276 (advance_required(tech, AR_ONE)==A_LAST in create_tech_tree()
277 && advance_required(tech, AR_TWO)==A_LAST)) { in create_tech_tree()
775 create_tech_tree(help_tech_tree, 0, A_LAST, 3); in help_update_improvement()

1234