Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h199 #define ATOM_existence_error (192*2+1) macro
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/swipl/
H A Dinterface.c228 static atom_t ATOM_existence_error; /* "existence_error" */ variable
281 ATOM_existence_error = AtomFromString("existence_error"); in initPrologConstants()
490 PL_cons_functor(et, ATOM_existence_error, 5, goal, zero, id, culprit, zero); in UndefinedPredicate()
579 FUNCTOR_existence_error2 = PL_new_functor(ATOM_existence_error, 2); in initHostConstants()
/dports/lang/yap/yap-6.2.2/H/
H A Diswiatoms.h731 SWI_Functors[j++] = Yap_MkFunctor(SWIAtomToAtom(ATOM_existence_error),2);