/freebsd/contrib/lua/src/ |
H A D | lua.c | 163 lua_remove(L, base); /* remove message handler from the stack */ in docall() 252 lua_remove(L, -i); /* remove table from the stack */ in pushargs() 474 lua_remove(L, -2); /* remove original value */ in get_prompt() 533 lua_remove(L, -2); /* remove modified line */ in addreturn() 555 lua_remove(L, -2); /* remove error message (from incomplete line) */ in multiline() 576 lua_remove(L, 1); /* remove line from the stack */ in loadline()
|
H A D | lauxlib.c | 88 lua_remove(L, -2); /* remove original name */ in pushglobalfuncname() 104 lua_remove(L, -2); /* remove name */ in pushfuncname() 562 lua_remove(L, boxidx); /* remove placeholder */ in prepbuffsize() 603 lua_remove(L, -2); /* remove box or placeholder from the stack */ in luaL_pushresult() 744 lua_remove(L, fnameindex); in errfile() 822 lua_remove(L, fnameindex); in luaL_loadfilex() 870 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield() 928 lua_remove(L, -2); /* remove '__name' */ in luaL_tolstring() 995 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 | 178 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/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 1309 EXPORT_SYMBOL(lua_remove);
|
/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 | 450 lua_remove(state, 1); in zcp_convert_return_values() 869 lua_remove(state, 1); in zcp_eval_impl() 1388 lua_remove(state, 1); in zcp_parse_table_args()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 148 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 …]
|