Home
last modified time | relevance | path

Searched refs:takeaction (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c12252 if(self->takeaction) self->takeaction(); in check_ai()
13708 self->takeaction = NULL; in normal_prepare()
13715 self->takeaction = NULL; in common_jumpland()
13799 self->takeaction = NULL; in common_drop()
13808 self->takeaction = NULL; in common_walkoff()
13976 self->takeaction = NULL; in common_rise()
14129 self->takeaction = NULL; in common_grab()
14141 self->takeaction = NULL; in common_grabbed()
18859 e->takeaction = NULL; in knife_spawn()
18916 e->takeaction = NULL; in bomb_spawn()
[all …]
H A Dopenbor.h1289 void (*takeaction)(); member
H A Dopenborscript.c7310 ent->takeaction = NULL; in openbor_changeentityproperty()
7323 ent->takeaction = actions[(int)ltemp]; in openbor_changeentityproperty()
11537 e->takeaction = common_attack_proc; in openbor_performattack()
11574 e->takeaction = NULL; in openbor_setidle()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c12478 if(self->takeaction) self->takeaction(); in check_ai()
14024 self->takeaction = NULL; in normal_prepare()
14030 self->takeaction = NULL; in common_jumpland()
14103 self->takeaction = NULL; in common_drop()
14111 self->takeaction = NULL; in common_walkoff()
14272 self->takeaction = NULL; in common_rise()
14430 self->takeaction = NULL; in common_grab()
17410 e->takeaction = NULL; in check_special()
19324 e->takeaction = NULL; in knife_spawn()
19381 e->takeaction = NULL; in bomb_spawn()
[all …]
H A Dopenbor.h1315 void (*takeaction)();
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c17098 if(self->takeaction) in check_ai()
19248 self->takeaction = NULL; in normal_prepare()
19257 self->takeaction = NULL; in common_jumpland()
19345 self->takeaction = NULL; in common_drop()
19359 self->takeaction = NULL; in common_walkoff()
19530 self->takeaction = NULL; in common_rise()
19729 self->takeaction = NULL; in common_grab()
19745 self->takeaction = NULL; in common_grabbed()
19758 self->takeaction = NULL; in common_get()
26105 e->takeaction = NULL; in knife_spawn()
[all …]
H A Dopenbor.h1349 void (*takeaction)(); member
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c19961 if(self->takeaction) in check_ai()
22363 self->takeaction = NULL; in normal_prepare()
22372 self->takeaction = NULL; in common_jumpland()
22460 self->takeaction = NULL; in common_drop()
22474 self->takeaction = NULL; in common_walkoff()
22645 self->takeaction = NULL; in common_rise()
22816 self->takeaction = NULL; in common_grab()
22832 self->takeaction = NULL; in common_grabbed()
22845 self->takeaction = NULL; in common_get()
29593 e->takeaction = NULL; in knife_spawn()
[all …]
H A Dopenbor.h2117 void (*takeaction)(); member
H A Dopenborscript.c10074 ent->takeaction = NULL; in openbor_changeentityproperty()
10087 ent->takeaction = actions[(int)ltemp]; in openbor_changeentityproperty()
17176 e->takeaction = common_animation_normal; in openbor_executeanimation()
17237 e->takeaction = common_attack_proc; in openbor_performattack()
17299 e->takeaction = NULL; in openbor_setidle()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c21014 if(self->takeaction) in check_ai()
24014 self->takeaction = NULL; in normal_prepare()
24023 self->takeaction = NULL; in common_jumpland()
24115 self->takeaction = NULL; in common_drop()
24129 self->takeaction = NULL; in common_walkoff()
24292 self->takeaction = NULL; in common_rise()
24503 self->takeaction = NULL; in common_grab()
24519 self->takeaction = NULL; in common_grabbed()
30261 ent->takeaction = NULL; in doduck()
32565 e->takeaction = NULL; in knife_spawn()
[all …]
H A Dopenborscript.c7081 ent->takeaction = NULL; in openbor_changeentityproperty()
7094 ent->takeaction = actions[(LONG)ltemp]; in openbor_changeentityproperty()
13879 e->takeaction = common_animation_normal; in openbor_executeanimation()
13943 e->takeaction = common_attack_proc; in openbor_performattack()
14007 e->takeaction = NULL; in openbor_setidle()
H A Dopenbor.h2661 void (*takeaction)(); // Take an action (lie, attack, etc.). ~~ member
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida.c3228 goto takeaction; in IDACompleteStep()
3233 goto takeaction; in IDACompleteStep()
3238 goto takeaction; in IDACompleteStep()
3259 goto takeaction; in IDACompleteStep()
3264 goto takeaction; in IDACompleteStep()
3273 goto takeaction; in IDACompleteStep()
3278 goto takeaction; in IDACompleteStep()
3283 goto takeaction; in IDACompleteStep()
3287 takeaction: in IDACompleteStep()
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida.c2777 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
2778 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2780 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2798 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2799 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2802 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
2803 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2804 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2807 takeaction: in IDACompleteStep()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida.c2777 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
2778 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2780 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2798 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2799 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2802 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
2803 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2804 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2807 takeaction: in IDACompleteStep()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida.c2783 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
2784 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2786 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2804 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2805 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2808 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
2809 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
2810 else {action = RAISE; goto takeaction;} in IDACompleteStep()
2813 takeaction: in IDACompleteStep()
/dports/devel/flyspray/flyspray-0.9.9.7_4/themes/CleanFS/templates/
H A Dindex.tpl242 <button type="submit">{L('takeaction')}</button>
/dports/devel/flyspray/flyspray-0.9.9.7_4/templates/
H A Dindex.tpl230 <button type="submit">{L('takeaction')}</button>
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas.c6126 if (knew == kk-1) {action = LOWER; goto takeaction;} in IDACompleteStep()
6127 if (kk == maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6128 if ( (kk+1 >= ns ) || (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6163 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6164 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6167 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
6168 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6169 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6172 takeaction: in IDACompleteStep()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/idas/
H A Didas.c6407 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
6408 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6410 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6457 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6458 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6461 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
6462 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6463 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6466 takeaction: in IDACompleteStep()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/idas/
H A Didas.c6385 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
6386 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6388 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6435 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6436 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6439 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
6440 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6441 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6444 takeaction: in IDACompleteStep()
/dports/math/sundials/sundials-5.7.0/src/idas/
H A Didas.c6407 if (IDA_mem->ida_knew == IDA_mem->ida_kk - 1) {action = LOWER; goto takeaction;} in IDACompleteStep()
6408 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6410 (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6457 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6458 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6461 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
6462 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6463 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6466 takeaction: in IDACompleteStep()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/idas/
H A Didas.c6219 if (IDA_mem->ida_knew == IDA_mem->ida_kk-1) {action = LOWER; goto takeaction;} in IDACompleteStep()
6220 if (IDA_mem->ida_kk == IDA_mem->ida_maxord) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6221 …if ( (IDA_mem->ida_kk+1 >= IDA_mem->ida_ns ) || (kdiff == 1)) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6269 if (terr_kp1 >= HALF * terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6270 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6273 if (terr_km1 <= SUNMIN(terr_k, terr_kp1)) {action = LOWER; goto takeaction;} in IDACompleteStep()
6274 else if (terr_kp1 >= terr_k) {action = MAINTAIN; goto takeaction;} in IDACompleteStep()
6275 else {action = RAISE; goto takeaction;} in IDACompleteStep()
6278 takeaction: in IDACompleteStep()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c587 (*pretvar)->ptrVal = (VOID *)handle->takeaction; in openbor_get_entity_property()
1703 handle->takeaction = (VOID *)varlist[ARG_VALUE]->ptrVal; in openbor_set_entity_property()

12