Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Diatoms.h38 AtomCall = Yap_LookupAtom("call");
330 FunctorCall = Yap_MkFunctor(AtomCall,1);
H A Dratoms.h38 AtomCall = AtomAdjust(AtomCall);
H A Dtatoms.h72 #define AtomCall Yap_heap_regs->AtomCall_ macro
/dports/lang/yap/yap-6.2.2/C/
H A Dexec.c1072 S = CellPtr (RepPredProp (PredPropByFunc (Yap_MkFunctor(AtomCall, 1),0))); /* A1 mishaps */ in do_goal()