Searched defs:lua_remove (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/deps/lua/src/ | ||
| H A D | lua.h | 123 LUA_API void (lua_remove) (lua_State *L, int idx); variable |
| H A D | lapi.c | 180 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function |