Lines Matching refs:clvalue
251 #define clvalue(o)check_exp(ttisfunction(o),&(o)->value.gc->cl) macro
344 #define iscfunction(o)(ttype(o)==6&&clvalue(o)->c.isC)
430 #define curr_func(L)(clvalue(L->ci->func))
431 #define ci_func(ci)(clvalue((ci)->func))
1131 cl=&clvalue(func)->l;
2514 f=clvalue(func);
2519 f=clvalue(ci->func);
4951 cl=&clvalue(L->ci->func)->l;
5509 return(!iscfunction(o))?NULL:clvalue(o)->c.f;
5643 sethvalue(L,L->top,clvalue(o)->c.env);
5735 clvalue(o)->c.env=hvalue(L->top-1);