Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Diatoms.h160 AtomMetaCall = Yap_FullLookupAtom("$call");
386 FunctorMetaCall = Yap_MkFunctor(AtomMetaCall,4);
H A Dratoms.h160 AtomMetaCall = AtomAdjust(AtomMetaCall);
H A Dtatoms.h316 #define AtomMetaCall Yap_heap_regs->AtomMetaCall_ macro
/dports/lang/yap/yap-6.2.2/C/
H A Dcdmgr.c4207 Yap_unify(ARG2, MkAtomTerm(AtomMetaCall)) && in p_parent_pred()