Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dport.c1056 out_cb fth_error_hook; variable
1114 old_cb = fth_error_hook; in fth_set_error_cb()
1115 fth_error_hook = (cb != NULL) ? cb : default_error_cb; in fth_set_error_cb()
1126 fth_error_hook = (cb != NULL) ? cb : default_error_cb; in fth_set_print_and_error_cb()
H A Dprintf.c611 extern out_cb fth_error_hook;
632 (*fth_error_hook) ((ficlVm *) port, str); in fth_basic_printf()
H A Dfth.h256 extern out_cb fth_error_hook;