Home
last modified time | relevance | path

Searched refs:FunctorSlash (Results 1 – 7 of 7) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Deval.c75 t = Yap_MkApplTerm(FunctorSlash, 2, ti); in Eval()
H A Darith1.c778 t = Yap_MkApplTerm(FunctorSlash, 2, ti); in p_unary_is()
H A Darith2.c1087 t = Yap_MkApplTerm(FunctorSlash, 2, ti); in p_binary_is()
H A Dcdmgr.c2014 t = Yap_MkApplTerm(FunctorSlash, 2, ti); in addcl_permission_error()
/dports/lang/yap/yap-6.2.2/H/
H A Dratoms.h410 FunctorSlash = FuncAdjust(FunctorSlash);
H A Diatoms.h410 FunctorSlash = Yap_MkFunctor(AtomSlash,2);
H A Dtatoms.h816 #define FunctorSlash Yap_heap_regs->FunctorSlash_ macro