Home
last modified time | relevance | path

Searched refs:lua_isfunction (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dldblib.c155 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()
206 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
H A Dloadlib.c640 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
H A Dlua.h372 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c509 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1317 if (lua_isfunction(L,-1)) /* note: whether it's a C function or lua function */ in SWIG_Lua_namespace_get()
1643 if (lua_isfunction(L,-1)) /* note: if its a C function or lua function */ in SWIG_Lua_class_do_get()