Home
last modified time | relevance | path

Searched defs:lua_isfunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h330 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd/contrib/lua/src/
H A Dlua.h384 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro