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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproperty.h44 #define ARRAY_PROP 4 macro
H A Dbip_array.c44 * Arrays are implemented as values of the property ARRAY_PROP.
86 /* set and get ARRAY_PROP */
88 set_modular_property(did, ARRAY_PROP, mod, mod_tag, vis, perr)
291 return get_modular_property(adid, ARRAY_PROP,
327 return get_property(adid, ARRAY_PROP);
336 return get_modular_property(adid, ARRAY_PROP,
374 prop = ARRAY_PROP;
809 prop_name = arity ? ARRAY_PROP : GLOBVAR_PROP;
910 if (!(pw = VisibleAV(arraydid, ARRAY_PROP, mod_did, mod_tag, perr)))
965 if (!(p = VisibleAV(mydid, ARRAY_PROP, vmod_di
[all...]
H A Dproperty.c473 case ARRAY_PROP:
542 case ARRAY_PROP:

Completed in 41 milliseconds