/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 47 lua_remove(L, -2); /* remove table (but keep name) */ in findfield() 84 lua_remove(L, -2); /* remove name */ in pushfuncname() 410 lua_remove(L, -2); /* remove old buffer */ in luaL_prepbuffsize() 434 lua_remove(L, -2); /* remove old buffer */ in luaL_pushresult() 451 lua_remove(L, (buffonstack(B)) ? -2 : -1); /* remove value */ in luaL_addvalue() 564 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield() 642 lua_remove(L, -2); /* remove previous table */ in luaL_findtable() 678 lua_remove(L, -2); /* remove _LOADED table */ in luaL_pushmodule()
|
H A D | lapi.c | 178 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function 1308 EXPORT_SYMBOL(lua_remove);
|
/freebsd/contrib/lua/src/ |
H A D | lua.c | 162 lua_remove(L, base); /* remove message handler from the stack */ in docall() 243 lua_remove(L, -i); /* remove table from the stack */ in pushargs() 465 lua_remove(L, -2); /* remove original value */ in get_prompt() 526 lua_remove(L, -2); /* remove modified line */ in addreturn() 568 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() 559 lua_remove(L, boxidx); /* remove placeholder */ in prepbuffsize() 600 lua_remove(L, -2); /* remove box or placeholder from the stack */ in luaL_pushresult() 738 lua_remove(L, fnameindex); in errfile() 813 lua_remove(L, fnameindex); in luaL_loadfilex() 861 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield() 919 lua_remove(L, -2); /* remove '__name' */ in luaL_tolstring() 986 lua_remove(L, -2); /* remove LOADED table */ in luaL_requiref()
|
H A D | ldblib.c | 412 lua_remove(L, -2); /* remove hook table */ in db_gethook()
|
H A D | lbaselib.c | 430 lua_remove(L, 1); /* remove it */ in luaB_assert()
|
H A D | loadlib.c | 187 lua_remove(L, -2); /* remove original string */ in setprogdir()
|
H A D | lua.h | 403 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1)) macro
|
H A D | ltests.c | 1642 lua_remove(L1, getnum); in runC()
|
/freebsd/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/sys/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()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 147 LUA_API void (lua_remove) (lua_State *L, int idx); variable
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1270 lua_remove(L,-2); /* remove the registry*/ in SWIG_Lua_emulate_elua_getmetatable() 1326 lua_remove(L,-2); /* stack tidy, remove .get table */ in SWIG_Lua_namespace_get() 1330 lua_remove(L,-2); /* stack tidy, remove metatable */ in SWIG_Lua_namespace_get() 1339 lua_remove(L,-2); /* stack tidy, remove .fn table */ in SWIG_Lua_namespace_get() 1342 lua_remove(L,-2); /* stack tidy, remove metatable */ in SWIG_Lua_namespace_get() 1580 lua_remove(L,last_arg+1); in SWIG_Lua_iterate_bases() 1615 lua_remove(L,-2); /* stack tidy, remove metatable */ in SWIG_Lua_class_do_get_item() 1651 lua_remove(L,-2); /* stack tidy, remove .get table */ in SWIG_Lua_class_do_get() 1656 lua_remove(L,-2); /* stack tidy, remove metatable */ in SWIG_Lua_class_do_get() 1667 lua_remove(L,-2); /* stack tidy, remove .fn table */ in SWIG_Lua_class_do_get() [all …]
|