Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_types.c2982 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
2993 txactrl = txactrl_next; in RemoveBehaviourStrategy()
3003 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3022 txactrl = txactrl_next; in RemoveBehaviourStrategy()
3036 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3284 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3302 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3328 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3351 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
3409 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy() local
[all …]
H A Dplayer.c1343 TXACTRLBLK *txactrl,*txactrl_next; in DeInitialisePlayer() local
1350 txactrl = txactrl_next; in DeInitialisePlayer()
1351 txactrl_next = txactrl->tac_next; in DeInitialisePlayer()
1352 DeallocateMem((void*)txactrl); in DeInitialisePlayer()