Home
last modified time | relevance | path

Searched refs:autokill (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dcommon.py82 def autokill(): function
92 _KILLER_THREADS[module_name] = t = threading.Timer(timeout, autokill)
/dports/x11/zenity/zenity-3.32.0/src/
H A Dprogress.c41 static gboolean autokill; variable
389 autokill = progress_data->autokill; in zenity_progress()
433 if (autokill) { in zenity_progress_dialog_response()
H A Dzenity.h107 gboolean autokill; member
H A Doption.c1646 results->progress_data->autokill = zenity_progress_auto_kill; in zenity_progress_post_callback()
/dports/net/liblinphone/linphone-3.12.0/console/example/
H A Dlinphonec25 autokill=0
/dports/misc/tkrunit/tkRunIt/
H A Drunitrc.sample33 set autokill 1
H A Drunit.tcl45 set autokill 1
166 global running runprompt verbose last_output env histprompt autokill
287 if {$autokill \
H A DREADME36 * "autokill" option which captures backgrounded job PID's to pass
79 autokill: boolean indicating that backgrounded jobs should have their
157 * Added autokill option to put PID's from backgrounded commands
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dsound.c877 if ((voice->autokill) && (digi_driver->get_position(c) < 0)) { in allocate_physical_voice()
942 if (_voice[c].autokill) { in allocate_virtual_voice()
981 _voice[virt].autokill = FALSE; in allocate_voice()
1038 _voice[voice].autokill = FALSE; in reallocate_voice()
1065 _voice[voice].autokill = TRUE; in release_voice()
1122 if (_voice[voice].autokill) in voice_check()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dsound.c1283 if ((voice->autokill) && (digi_driver->get_position(c) < 0)) { in allocate_physical_voice()
1348 if (virt_voice[c].autokill) { in allocate_virtual_voice()
1390 virt_voice[virt].autokill = FALSE; in allocate_voice()
1453 virt_voice[voice].autokill = FALSE; in reallocate_voice()
1481 virt_voice[voice].autokill = TRUE; in release_voice()
1543 if (virt_voice[voice].autokill) in voice_check()
/dports/textproc/refdb/refdb-0.9.9-1/etc/
H A Drefdbcgirc69 autokill 1800
/dports/x11/yad/yad-7.3/src/
H A Dyad.h417 gboolean autokill; member
H A Dmain.c903 … if (options.mode == YAD_MODE_PROGRESS && options.progress_data.autokill && ret != YAD_RESPONSE_OK) in main()
H A Doption.c560 { "auto-kill", 0, G_OPTION_FLAG_NOALIAS, G_OPTION_ARG_NONE, &options.progress_data.autokill,
1743 options.progress_data.autokill = FALSE; in yad_options_init()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbib2ris.c82 char autokill[PREFS_BUF_LEN] = "1800"; /*+ default time in seconds until the CGI app will kill itse… variable
286 n_autokill = (unsigned int)atoi(autokill); in main()
H A Drefdbc.c151 char autokill[PREFS_BUF_LEN] = "1800"; /*+ default time in seconds until the CGI app will kill itse… variable
317 prefs[12].varvalue = autokill; in main()
527 n_autokill = (unsigned int)atoi(autokill); in main()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c332 (*pretvar)->lVal = (LONG)handle->autokill; in openbor_get_entity_property()
1405 handle->autokill = temp_int; in openbor_set_entity_property()
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/
H A Dinternal.h451 int autokill; /* set to free the voice when the sample finishes */ member
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_crender.c5116 static int autokill ; variable
5139 autokill = 0 ; in RCREND_autocompute_CB()
5149 if( autokill ) break ; in RCREND_autocompute_CB()
5176 if( autokill ){ XBell(dc->display,100) ; EXRETURN ; } in RCREND_autocancel_CB()
5177 autokill = 1 ; in RCREND_autocancel_CB()
7978 autokill = 0 ; scl = 100.0/ntime ; in RCREND_read_exec_CB()
7990 if( autokill ) break ; in RCREND_read_exec_CB()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1268 char autokill:8; // Kill on end animation member
H A Dopenbor.c10743 dust->autokill = 1; in update_frame()
11900 flash->autokill = 1; in do_attack()
12099 dust->autokill = 1; in check_gravity()
12129 dust->autokill = 1; in check_gravity()
12390 if(self->autokill) in update_animation()
12406 if(self->autokill) in update_animation()
13760 dust->autokill = 1; in common_jump()
13773 dust->autokill = 1; in common_jump()
14796 dust->autokill = 1; in common_try_jumpattack()
16101 self->autokill = 1; in arrow_move()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1294 int autokill:8; // Kill on end animation
H A Dopenbor.c10973 dust->autokill = 2; in update_frame()
12113 flash->autokill = 2; in do_attack()
12322 dust->autokill = 2; in check_gravity()
12352 dust->autokill = 2; in check_gravity()
12618 if(self->autokill) in update_animation()
12634 if(self->autokill) in update_animation()
14065 dust->autokill = 2; in common_jump()
14077 dust->autokill = 2; in common_jump()
15171 dust->autokill = 2; in common_try_jumpattack()
16740 self->autokill |= self->ptype; in arrow_move()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1328 int autokill; // Kill on end animation member
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c17886 effect->autokill |= AUTOKILL_ANIMATION_COMPLETE; in check_jumpframe()
19954 flash->autokill |= AUTOKILL_ANIMATION_COMPLETE; in spawn_attack_flash()
20559 if(e->autokill & AUTOKILL_ATTACK_HIT) in do_attack()
20640 effect->autokill |= AUTOKILL_ANIMATION_COMPLETE; in check_landframe()
28616 self->autokill |= AUTOKILL_ANIMATION_COMPLETE; in arrow_move()
30321 dust->autokill |= AUTOKILL_ANIMATION_COMPLETE; in dojump()
32576 e->autokill |= AUTOKILL_ATTACK_HIT; in knife_spawn()
32582 e->autokill |= AUTOKILL_ANIMATION_COMPLETE; in knife_spawn()
32683 e->autokill &= ~AUTOKILL_ATTACK_HIT; in bomb_spawn()
32687 e->autokill |= AUTOKILL_ANIMATION_COMPLETE; in bomb_spawn()
[all …]

12