Home
last modified time | relevance | path

Searched defs:lua_remove (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h147 LUA_API void (lua_remove) (lua_State *L, int idx); variable
/freebsd/contrib/lua/src/
H A Dlua.h403 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1)) macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c178 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function