Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dinterface.h237 #define PCE_GF_CATCH 0x080 /* Catch exceptions */ macro
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/swipl/
H A Dinterface.c1831 goal.flags = PCE_GF_CATCH; in pl_new()
2008 goal.flags = (ret ? PCE_GF_GET : PCE_GF_SEND)|PCE_GF_CATCH; in invoke()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/ker/
H A Dobject.c2551 { if ( g->flags & PCE_GF_CATCH ) in errorObjectv()