Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h161 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
H A Dltable.c116 return hashpointer(t, fvalue(key)); in mainposition()
H A Dlvm.c269 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
H A Dlapi.c417 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
446 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o))); in lua_topointer()
H A Dldo.c373 f = fvalue(func); in luaD_precall()