Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A DSWI-Prolog.h1066 typedef int (*PL_dispatch_hook_t)(int fd); typedef
1071 PL_EXPORT(PL_dispatch_hook_t) PL_dispatch_hook(PL_dispatch_hook_t);
H A Dpl-global.h239 PL_dispatch_hook_t dispatch_events; /* PL_dispatch_hook() */
H A Dpl-fli.c4917 PL_dispatch_hook_t
4918 PL_dispatch_hook(PL_dispatch_hook_t hook) in PL_dispatch_hook()
4919 { PL_dispatch_hook_t old = GD->foreign.dispatch_events; in PL_dispatch_hook()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/swipl/
H A Dpcecall.c119 PL_dispatch_hook_t input_hook;
H A Dinterface.c527 static PL_dispatch_hook_t old_dispatch_hook;
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-incl.h182 PL_dispatch_hook_t dispatch_events; /* PL_dispatch_hook() */
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h528 typedef int (*PL_dispatch_hook_t)(int fd); typedef
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dforeign.doc3274 \cfunction{PL_dispatch_hook_t}{PL_dispatch_hook}{PL_dispatch_hook_t}
3280 hook is returned. The type \ctype{PL_dispatch_hook_t} is defined as:
3283 typedef int (*PL_dispatch_hook_t)(void);