Searched refs:CODE_DEFINED (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c129 ((pd)->flags & CODE_DEFINED || (pd)->flags & AUTOLOAD || (pd)->trans_function)
435 pd->flags&CODE_DEFINED ? 'C' : '_',
564 (use->flags & CODE_DEFINED ?
618 if ((PriCodeType(use) == VMCODE) && !(PriFlags(use) & CODE_DEFINED))
620 if (PriFlags(def) & CODE_DEFINED)
631 if ((PriCodeType(def) == VMCODE) && !(PriFlags(def) & CODE_DEFINED))
733 else if (pd->flags & CODE_DEFINED)
803 pd->flags &= ~CODE_DEFINED;
812 if (pd->flags & CODE_DEFINED)
824 * (together with the CODE_TYPE and the CODE_DEFINED flag
[all...]
H A Dbip_db.c549 Succeed_If(proc->flags & CODE_DEFINED)
596 if (PriScope(pd) == LOCAL && PriFlags(pd) & CODE_DEFINED)
600 if (PriScope(pd) == EXPORT && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
604 if (PriScope(pd) == IMPEXP && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
608 if (PriAnyExp(pd) && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
613 && PriFlags(pd) & CODE_DEFINED)
618 && !(PriFlags(pd) & CODE_DEFINED))
1036 proc->flags & CODE_DEFINED
1127 Request_Unify_Atom(vf, tf, flags & CODE_DEFINED? d_.on: d_.off);
2029 if (proc->flags & CODE_DEFINED)
[all...]
H A Dbip_module.c154 if (!(flags & CODE_DEFINED))
556 if (flags & CODE_DEFINED)
H A Ddict.h319 #define CODE_DEFINED 0x00800000 /* has non-default code */ macro
H A Dwrite.c234 * it only returns something if there is a CODE_DEFINED (callable)
246 return PriFlags(pd) & CODE_DEFINED ? pd : 0;
H A Demu.c6982 else if (PriFlags(proc) & CODE_DEFINED)

Completed in 106 milliseconds