Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c163 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 Dlauxlib.c88 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 Dldblib.c412 lua_remove(L, -2); /* remove hook table */ in db_gethook()
H A Dlbaselib.c430 lua_remove(L, 1); /* remove it */ in luaB_assert()
H A Dloadlib.c178 lua_remove(L, -2); /* remove original string */ in setprogdir()
H A Dlua.h403 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1)) macro
H A Dltests.c1642 lua_remove(L1, getnum); in runC()
/freebsd/sys/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
1309 EXPORT_SYMBOL(lua_remove);
/freebsd/contrib/lutok/
H A Dstate.cpp324 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 Dzcp.c450 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 Dlua.h148 LUA_API void (lua_remove) (lua_State *L, int idx); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1270 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 …]