Searched refs:TO_EXPORT (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddict.h200 (PriFlags(pd) & TO_EXPORT)
211 #define DESCRIPTOR_FLAGS (NOREFERENCE|PREDSCOPE|TO_EXPORT|DONT_REEXPORT)
257 #define TO_EXPORT 0X10000000 /* always together with LOCAL */ macro
H A Dproc_desc.c91 * to be done is indicated by the flag TO_EXPORT.
437 pd->flags&TO_EXPORT ? 'X' : '_',
709 if (pd->flags & TO_EXPORT) /* delayed export */
712 pd->flags &= ~TO_EXPORT;
1064 pd->flags &= ~TO_EXPORT;
1071 pd->flags |= TO_EXPORT;
1119 if (PriScope(def) == LOCAL && PriFlags(def) & TO_EXPORT)
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex378 to be done is indicated by the flag TO_EXPORT\index{TO_EXPORT}.

Completed in 88 milliseconds