Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-copyterm.c78 #define BOTH_MASK (MARK_MASK|FIRST_MASK) macro
80 #define visited(w) ((w) & BOTH_MASK)
83 #define shared(w) (((w) & BOTH_MASK) == BOTH_MASK)
86 #define set_shared(w) (w |= BOTH_MASK)
153 word fd = (t->definition & ~BOTH_MASK); in unshare_attvar()
333 { *p &= ~BOTH_MASK; in cp_unmark()
340 { f->definition &= ~BOTH_MASK; in cp_unmark()
383 { Word p2 = valPAttVar(*p & ~BOTH_MASK); in exitCyclicCopy()
457 { Word p = valPAttVar(*from & ~BOTH_MASK); in copy_term()
501 ft->definition = ff->definition & ~BOTH_MASK; in copy_term()
[all …]