Home
last modified time | relevance | path

Searched refs:exception_printed (Results 1 – 4 of 4) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-global.h789 #define exception_printed (LD->exception.printed) macro
H A Dpl-vmi.c4455 !PL_same_term(exception_term, exception_printed) &&
4476 PL_put_term(exception_printed, exception_term);
4483 PL_put_term(exception_printed, exception_term);
4502 { int printed = PL_same_term(exception_printed, exception_term);
4521 PL_put_term(exception_printed, exception_term);
H A Dpl-setup.c1380 exception_printed = PL_new_term_ref(); in emptyStacks()
H A Dpl-wam.c2606 *valTermRef(exception_printed) = 0; in restore_after_query()