Searched refs:fvalue (Results 1 – 6 of 6) sorted by relevance
53 #define fvalue f6 macro79 #define myval fvalue136 setf.sig fvalue=value /* transfer value to FLP side */
592 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
434 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()472 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
221 return fvalue(k1) == fvalueraw(keyval(n2)); in equalkey()
586 case LUA_VLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj()
516 f = fvalue(s2v(func)); in luaD_precall()
Completed in 17 milliseconds