Searched refs:lua_iscfunction (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 135 if (lua_iscfunction(L, -1)) /* is a C function? */ in luaB_getfenv() 154 else if (lua_iscfunction(L, -2) || lua_setfenv(L, -2) == 0) in luaB_setfenv() 578 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), 1, in luaB_cocreate()
|
| H A D | lua.h | 137 LUA_API int (lua_iscfunction) (lua_State *L, int idx); variable
|
| H A D | ldblib.c | 183 if (lua_iscfunction(L, 1)) return 0; /* cannot touch C upvalues from Lua */ in auxupvalue()
|
| H A D | loadlib.c | 511 lua_iscfunction(L, -1)) in setfenv()
|
| H A D | lapi.c | 254 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 163 LUA_API int (lua_iscfunction) (lua_State *L, int idx); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 258 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() function
|