Searched refs:lua_isfunction (Results 1 – 5 of 5) sorted by relevance
151 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()
585 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()649 if (lua_isfunction(L, i)) { /* avoid 'calling' extra info. */ in dooptions()
352 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
330 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
404 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()