Home
last modified time | relevance | path

Searched refs:fth_make_hook (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dutils.c2178 before_repl_hook = fth_make_hook("before-repl-hook", 0, in init_utils()
2190 after_repl_hook = fth_make_hook("after-repl-hook", 1, in init_utils()
2212 before_prompt_hook = fth_make_hook("before-prompt-hook", 2, in init_utils()
H A Dhook.c265 fth_make_hook(const char *name, int arity, const char *doc) in fth_make_hook() function
H A Dfth.h623 FTH fth_make_hook(const char *, int, const char *);
H A Dmisc.c537 before_load_hook = fth_make_hook("before-load-hook", 1, in forth_pre_init()
545 after_load_hook = fth_make_hook("after-load-hook", 1, in forth_pre_init()
/dports/audio/snd/snd-21.2/
H A Dxen.h860 #define XEN_DEFINE_HOOK(name, descr, arity, help) fth_make_hook(name, arity, help)