Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dldblib.c151 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()
199 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
H A Dloadlib.c585 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
649 if (lua_isfunction(L, i)) { /* avoid 'calling' extra info. */ in dooptions()
H A Dlua.h352 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h330 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c404 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()