Home
last modified time | relevance | path

Searched refs:apply_proc (Results 1 – 11 of 11) sorted by relevance

/dports/games/nazghul/nazghul-0.7.1/src/
H A Deffect.c32 pointer apply_proc, pointer rm_proc, in effect_new() argument
47 if (apply_proc) { in effect_new()
48 et->apply = closure_new_ref(sc, apply_proc); in effect_new()
H A Dkern.c4761 pointer apply_proc = sc->NIL; in KERN_API_CALL() local
4770 &apply_proc, &rm_proc, &restart_proc, &hook_id)) { in KERN_API_CALL()
4778 if (apply_proc == sc->NIL) in KERN_API_CALL()
4779 apply_proc = NULL; in KERN_API_CALL()
4787 effect = effect_new(tag, sc, exec_proc, apply_proc, rm_proc, in KERN_API_CALL()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dspeeddialog.c33 static Chunk *apply_proc(Chunk *chunk, StatusBar *bar, gpointer user_data) in apply_proc() function
46 dl->selected, apply_proc,TRUE,s); in apply()
H A Dsampleratedialog.c44 static Chunk *apply_proc(Chunk *chunk, StatusBar *bar, gpointer user_data) in apply_proc() function
60 b = document_apply_cb(d,apply_proc,FALSE,ed); in apply()
/dports/databases/pg_partman/pg_partman-4.5.1/bin/pg10/
H A Dreapply_constraints.py21 def apply_proc(child_table, partman_schema): function
144 apply_proc(c[0], partman_schema)
160 p = Process(target=apply_proc, args=(c[0], partman_schema))
/dports/lang/guile2/guile-2.2.7/libguile/
H A Deval.c320 apply_proc: in eval()
370 goto apply_proc; in eval()
458 goto apply_proc; in eval()
H A DChangeLog-20086596 execution. Generalize apply_closure to apply_proc and use that
/dports/lang/guile/guile-3.0.7/libguile/
H A Deval.c325 apply_proc: in eval()
380 goto apply_proc; in eval()
469 goto apply_proc; in eval()
H A DChangeLog-20086596 execution. Generalize apply_closure to apply_proc and use that
/dports/lang/guile1/guile-1.8.8/libguile/
H A Deval.c3491 goto apply_proc; in CEVAL()
3715 apply_proc: in CEVAL()
4022 goto apply_proc; in CEVAL()
H A DChangeLog-20086149 execution. Generalize apply_closure to apply_proc and use that