Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dpassage.c258 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in who_is_blocking_passage()
H A Dchar.h271 #define PACK_BEGIN_LOOP(IT,INIT) { size_t IT_count; CHR_REF IT = INIT; IT_count = 0; while( (MAX_CH… macro
H A Dchar.c486 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in keep_weapons_with_holders()
688 PACK_BEGIN_LOOP( ipacked, ChrList.lst[character].pack.next ) in free_inventory_in_game()
1602 PACK_BEGIN_LOOP( ipacked, ChrList.lst[character].pack.next ) in chr_pack_has_a_stack()
1797 PACK_BEGIN_LOOP( ipacked, pchr_pack->next ) in chr_get_pack_item()
1906 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in drop_keys()
4804 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in respawn_character()
9321 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in chr_has_inventory_idsz()
H A Dscript_functions.c2885 PACK_BEGIN_LOOP( ipacked, pself_target->pack.next ) in scr_RestockTargetAmmoIDAll()
2915 PACK_BEGIN_LOOP( ipacked, pself_target->holdingwhich[SLOT_LEFT] ) in scr_RestockTargetAmmoIDFirst()
2925 PACK_BEGIN_LOOP( ipacked, pself_target->holdingwhich[SLOT_RIGHT] ) in scr_RestockTargetAmmoIDFirst()
5497 PACK_BEGIN_LOOP( ipacked, pself_target->pack.next ) in scr_UnkurseTargetInventory()
H A Dgame.c406 PACK_BEGIN_LOOP( ipacked, pchr->pack.next ) in export_all_players()