Home
last modified time | relevance | path

Searched refs:FunctorMutable (Results 1 – 6 of 6) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Dmavar.c133 *H++ = (CELL)FunctorMutable; in NewTimedVar()
152 *H++ = (CELL)FunctorMutable; in Yap_NewEmptyTimedVar()
235 if (FunctorOfTerm(t) != FunctorMutable) { in p_get_mutable()
255 if (FunctorOfTerm(t) != FunctorMutable) { in p_update_mutable()
273 if (FunctorOfTerm(t) != FunctorMutable) { in p_is_mutable()
H A Dutilpreds.c240 ground = (f != FunctorMutable); in copy_complex_term()
547 } else if (res && share && FunctorOfTerm(t) != FunctorMutable) { in CopyTerm()
814 ground = (f != FunctorMutable); in export_complex_term()
H A Dglobals.c460 ground = (f != FunctorMutable); in copy_complex_term()
/dports/lang/yap/yap-6.2.2/H/
H A Dratoms.h390 FunctorMutable = FuncAdjust(FunctorMutable);
H A Diatoms.h390 FunctorMutable = Yap_MkFunctor(AtomMutableVariable,(sizeof(timed_var)/sizeof(CELL)));
H A Dtatoms.h776 #define FunctorMutable Yap_heap_regs->FunctorMutable_ macro