Searched refs:PTHROW (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dec_public.h169 #define PTHROW 2 /* exit_block, ball in A1 */ macro
H A Dtkeclipse.c218 case PTHROW:
285 case PTHROW:
357 case PTHROW:
H A Demu_c_env.c81 * is not caught inside this recursion level, the emulator exits with PTHROW
277 * This returns PSUCCESS or PFAIL or PTHROW (throw argument is in A1)
324 case PTHROW:
388 if (result == PTHROW)
389 longjmp(*g_emu_.it_buf, PTHROW);
408 if (result == PTHROW)
409 longjmp(*g_emu_.it_buf, PTHROW);
449 if (result == PTHROW)
450 longjmp(*g_emu_.it_buf, PTHROW);
484 return PTHROW;
[all...]
H A Declipse_cc.cc54 EC_throw = PTHROW,
H A Dhandlers.c437 if (i == PTHROW)
440 longjmp(*g_emu_.it_buf, PTHROW);
H A Dread.c1895 if (res == PTHROW)
H A Demu.c1477 else if (err_code == PTHROW)
1709 else if (err_code == PTHROW)
6657 err_code = PTHROW;
6822 if (err_code != PTHROW) {
6823 /* for PTHROW, this is done in I_Throw */
6875 if (err_code == PTHROW)
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEmbeddedEclipse.java337 static final int PTHROW = 2; // exit_block, ball in A1 field in interface:EmbeddedEclipse.resume_result
/barrelfish-master/usr/skb/octopus/
H A Dskb_query.c63 case PTHROW:
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl387 yield(2,ExitCode,Goals), % 2 == PTHROW

Completed in 73 milliseconds