Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c48 lua_remove(L, -2); /* remove table (but keep name) */ in findfield()
85 lua_remove(L, -2); /* remove name */ in pushfuncname()
411 lua_remove(L, -2); /* remove old buffer */ in luaL_prepbuffsize()
435 lua_remove(L, -2); /* remove old buffer */ in luaL_pushresult()
452 lua_remove(L, (buffonstack(B)) ? -2 : -1); /* remove value */ in luaL_addvalue()
565 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
643 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
679 lua_remove(L, -2); /* remove _LOADED table */ in luaL_pushmodule()
H A Dlapi.c179 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function
1331 EXPORT_SYMBOL(lua_remove);
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c107 lua_remove(L, -2); /* remove original string */ in setprogdir()
363 lua_remove(L, -2); /* remove path template */ in findfile()
367 lua_remove(L, -2); /* remove file name */ in findfile()
397 lua_remove(L, -2); /* remove 'gsub' result */ in mkfuncname()
602 lua_remove(L, -2); in setpath()
H A Dlauxlib.c213 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
257 lua_remove(L, -2); /* remove _LOADED table */ in luaI_openlib()
377 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
547 lua_remove(L, fnameindex); in errfile()
588 lua_remove(L, fnameindex); in luaL_loadfile()
H A Dlua.c104 lua_remove(L, base); /* remove traceback function */ in docall()
211 lua_remove(L, 1); /* remove line */ in loadline()
H A Dldblib.c91 lua_remove(L, -3); in treatstackoption()
294 lua_remove(L, -2); /* remove hook table */ in db_gethook()
H A Dlua.h123 LUA_API void (lua_remove) (lua_State *L, int idx); variable
H A Dlapi.c180 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c449 lua_remove(state, 1); in zcp_convert_return_values()
868 lua_remove(state, 1); in zcp_eval_impl()
1383 lua_remove(state, 1); in zcp_parse_table_args()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h148 LUA_API void (lua_remove) (lua_State *L, int idx); variable