| /freebsd-13.1/sys/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);
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.c | 141 lua_remove(L, base); /* remove message handler from the stack */ in docall() 215 lua_remove(L, -i); /* remove table from the stack */ in pushargs() 428 lua_remove(L, -2); /* remove original value */ in get_prompt() 489 lua_remove(L, -2); /* remove modified line */ in addreturn() 531 lua_remove(L, 1); /* remove line from the stack */ in loadline()
|
| H A D | lauxlib.c | 87 lua_remove(L, -2); /* remove original name */ in pushglobalfuncname() 103 lua_remove(L, -2); /* remove name */ in pushfuncname() 715 lua_remove(L, fnameindex); in errfile() 785 lua_remove(L, fnameindex); in luaL_loadfilex() 833 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield() 890 lua_remove(L, -2); /* remove '__name' */ in luaL_tolstring() 957 lua_remove(L, -2); /* remove LOADED table */ in luaL_requiref()
|
| H A D | lbaselib.c | 408 lua_remove(L, 1); /* remove it */ in luaB_assert()
|
| H A D | ldblib.c | 411 lua_remove(L, -2); /* remove hook table */ in db_gethook()
|
| H A D | loadlib.c | 185 lua_remove(L, -2); /* remove original string */ in setprogdir()
|
| H A D | lua.h | 391 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1)) macro
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | state.cpp | 324 lua_remove(_pimpl->lua_state, -2); in get_global_table() 376 lua_remove(_pimpl->lua_state, -2); in get_table() 564 lua_remove(_pimpl->lua_state, -3); in next()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 449 lua_remove(state, 1); in zcp_convert_return_values() 869 lua_remove(state, 1); in zcp_eval_impl() 1384 lua_remove(state, 1); in zcp_parse_table_args()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 148 LUA_API void (lua_remove) (lua_State *L, int idx); variable
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1247 lua_remove(L,-2); /* remove the registry*/ in SWIG_Lua_emulate_elua_getmetatable() 1303 lua_remove(L,-2); /* stack tidy, remove .get table */ in SWIG_Lua_namespace_get() 1316 lua_remove(L,-2); /* stack tidy, remove .fn table */ in SWIG_Lua_namespace_get() 1557 lua_remove(L,last_arg+1); in SWIG_Lua_iterate_bases() 1626 lua_remove(L,-2); /* stack tidy, remove .get table */ in SWIG_Lua_class_do_get() 1642 lua_remove(L,-2); /* stack tidy, remove .fn table */ in SWIG_Lua_class_do_get() 1907 lua_remove(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1908 lua_remove(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1917 lua_remove(L,-2); /* tidy up (remove registry) */ in SWIG_Lua_get_class_metatable() 2130 lua_remove(L,-2); /* removing class metatable */ in SWIG_Lua_do_resolve_metamethod() [all …]
|