Searched refs:lua_remove (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 48 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 D | lapi.c | 179 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 D | loadlib.c | 107 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 D | lauxlib.c | 213 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 D | lua.c | 104 lua_remove(L, base); /* remove traceback function */ in docall() 211 lua_remove(L, 1); /* remove line */ in loadline()
|
| H A D | ldblib.c | 91 lua_remove(L, -3); in treatstackoption() 294 lua_remove(L, -2); /* remove hook table */ in db_gethook()
|
| 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
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 449 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 D | lua.h | 148 LUA_API void (lua_remove) (lua_State *L, int idx); variable
|