Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dldblib.c160 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()
211 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
Dlua.h407 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
Dloadlib.c645 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
/netbsd/src/external/bsd/lutok/dist/
Dstate.cpp420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
/netbsd/src/sys/modules/lua/
Dlua.c735 if (lua_isfunction(K->L, -1)) in klua_close()