Home
last modified time | relevance | path

Searched refs:var_refcount (Results 1 – 5 of 5) sorted by relevance

/dports/net/lambdamoo/MOO-1.8.1/
H A Dutils.h43 extern int var_refcount(Var);
H A Dutils.c212 var_refcount(Var v) in var_refcount() function
H A DREADME.rX234 var_refcount(Var v) added. Returns the refcount of any Var.
H A Dlist.c113 if (var_refcount(list) == 1 && pos == size) { in doinsert()
H A Dexecute.c960 if (var_refcount(list) == 1) in run()