Home
last modified time | relevance | path

Searched refs:lua_remove (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c49 lua_remove(L, -2); /* remove table (but keep name) */ in findfield()
86 lua_remove(L, -2); /* remove name */ in pushfuncname()
412 lua_remove(L, -2); /* remove old buffer */ in luaL_prepbuffsize()
436 lua_remove(L, -2); /* remove old buffer */ in luaL_pushresult()
453 lua_remove(L, (buffonstack(B)) ? -2 : -1); /* remove value */ in luaL_addvalue()
566 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
644 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
680 lua_remove(L, -2); /* remove _LOADED table */ in luaL_pushmodule()
H A Dlua.h147 LUA_API void (lua_remove) (lua_State *L, int idx); variable
H A Dlapi.c181 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c445 lua_remove(state, 1); in zcp_convert_return_values()
866 lua_remove(state, 1); in zcp_eval_impl()
1364 lua_remove(state, 1); in zcp_parse_table_args()