Home
last modified time | relevance | path

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

/netbsd-src/sys/modules/examples/luareadhappy/
H A Dluareadhappy.c101 if (!lua_isfunction(sc.kL->L, -1)) { in check_happy()
/netbsd-src/external/mit/lua/dist/src/
H A 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()
H A Dloadlib.c645 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
H A Dlua.h407 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
/netbsd-src/sys/modules/lua/
H A Dlua.c735 if (lua_isfunction(K->L, -1)) in klua_close()