Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_types.c2983 TXACTRLBLK *txactrl_next; in RemoveBehaviourStrategy() local
2991 while(txactrl_next) in RemoveBehaviourStrategy()
2993 txactrl = txactrl_next; in RemoveBehaviourStrategy()
3020 while(txactrl_next) in RemoveBehaviourStrategy()
3054 while(txactrl_next) in RemoveBehaviourStrategy()
3289 while(txactrl_next) in RemoveBehaviourStrategy()
3316 while(txactrl_next) in RemoveBehaviourStrategy()
3338 while(txactrl_next) in RemoveBehaviourStrategy()
3370 while(txactrl_next) in RemoveBehaviourStrategy()
3423 while(txactrl_next) in RemoveBehaviourStrategy()
[all …]
H A Dplayer.c1343 TXACTRLBLK *txactrl,*txactrl_next; in DeInitialisePlayer() local
1346 txactrl_next = wdPtr->TxAnimCtrl; in DeInitialisePlayer()
1348 while(txactrl_next) in DeInitialisePlayer()
1350 txactrl = txactrl_next; in DeInitialisePlayer()
1351 txactrl_next = txactrl->tac_next; in DeInitialisePlayer()