Searched refs:property_value (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproperty.c119 * The property_value field of any descriptor is initialised with a TEND tag.
172 p->property_value.tag.kernel = TEND;
174 return &p->property_value;
198 p->property_value.tag.kernel = TEND;
209 return &p->property_value;
263 return(&m->property_value); /* return the local */
270 return(&p->property_value); /* return the global */
299 *result = p->property_value;
370 free_prop_value(property_name, &m->property_value);
392 free_prop_value(property_name, &p->property_value);
[all...]
H A Ddict.h400 pword property_value; /* prop value / TEND if undefined */ member in struct:property

Completed in 84 milliseconds