Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Dtrim_trail.h33 Bind(pt, MkAtomTerm(AtomCut));
136 Bind(VarOfTerm(val), MkAtomTerm(AtomCut));
H A Dratoms.h63 AtomCut = AtomAdjust(AtomCut);
H A Diatoms.h63 AtomCut = Yap_LookupAtom("!");
H A Dtatoms.h122 #define AtomCut Yap_heap_regs->AtomCut_ macro
/dports/lang/yap/yap-6.2.2/C/
H A Dcompiler.c1478 else if (atom == AtomCut) {
1480 Yap_emit(enter_profiling_op, (CELL)RepPredProp(PredPropByAtom(AtomCut,0)), Zero, &cglobs->cint);
1482 Yap_emit(count_call_op, (CELL)RepPredProp(PredPropByAtom(AtomCut,0)), Zero, &cglobs->cint);
H A Dexec.c243 if (a == AtomTrue || a == AtomOtherwise || a == AtomCut) in do_execute()
H A Dabsmi.c14370 if (at == AtomCut) {
14472 } else if ((Atom)(pen->FunctorOfPred) == AtomCut) {