Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A DSWI-Prolog.h1067 typedef void (*PL_abort_hook_t)(void); typedef
1072 PL_EXPORT(void) PL_abort_hook(PL_abort_hook_t);
1074 PL_EXPORT(int) PL_abort_unhook(PL_abort_hook_t);
H A Dpl-fli.c4742 PL_abort_hook_t function; /* The handle itself */
4749 PL_abort_hook(PL_abort_hook_t func) in PL_abort_hook()
4765 PL_abort_unhook(PL_abort_hook_t func) in PL_abort_unhook()
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dforeign.doc3285 \cfunction{void}{PL_abort_hook}{PL_abort_hook_t}
3290 \ctype{PL_abort_hook_t} is defined as:
3292 typedef void (*PL_abort_hook_t)(void);
3295 \cfunction{int}{PL_abort_unhook}{PL_abort_hook_t}