Home
last modified time | relevance | path

Searched refs:AtomOtherwise (Results 1 – 5 of 5) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dratoms.h196 AtomOtherwise = AtomAdjust(AtomOtherwise);
H A Diatoms.h196 AtomOtherwise = Yap_LookupAtom("otherwise");
H A Dtatoms.h388 #define AtomOtherwise Yap_heap_regs->AtomOtherwise_ macro
/dports/lang/yap/yap-6.2.2/C/
H A Dexec.c243 if (a == AtomTrue || a == AtomOtherwise || a == AtomCut) in do_execute()
H A Dcompiler.c1462 else if (atom == AtomTrue || atom == AtomOtherwise) {