Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dmisc.c348 static FTH after_load_hook; variable
545 after_load_hook = fth_make_hook("after-load-hook", 1, in forth_pre_init()
1132 if (!fth_hook_empty_p(after_load_hook)) in load_file()
1133 fth_run_hook(after_load_hook, 1, fname); in load_file()
1495 if (!fth_hook_empty_p(after_load_hook)) in load_lib()
1496 fth_run_hook(after_load_hook, 1, fname); in load_lib()