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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_array.c101 p_make_array_(value v, type t, value vt, type tt, value vscope, type tscope, value vmod, type tmod),
103 p_erase_array_(value val1, type tag1, value vscope, type tscope, value vmod, type tmod);
351 value vscope; local
353 vscope.did = d_.nil; /* visible (not local nor global) */
354 return (p_erase_array_(val1, tag1, vscope, tdict, vmod, tmod));
362 p_erase_array_(value val1, type tag1, value vscope, type tscope, value vmod, type tmod) argument
367 int scope = (vscope.did == d_.local0 ? LOCAL_PROP
368 : (vscope.did == d_.global0 ? GLOBAL_PROP
1085 Create an array v of type vt in module vmod, vscope can
1094 p_make_array_(value v, type t, value vt, type tt, value vscope, typ
1093 p_make_array_(value v, type t, value vt, type tt, value vscope, type tscope, value vmod, type tmod) argument
[all...]

Completed in 22 milliseconds