Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.c57 lua_remove(L, -2); /* remove table (but keep name) */ in findfield()
81 lua_remove(L, -2); /* remove original name */ in pushglobalfuncname()
97 lua_remove(L, -2); /* remove name */ in pushfuncname()
547 lua_remove(L, -2); /* remove its header from the stack */ in luaL_pushresult()
664 lua_remove(L, fnameindex); in errfile()
734 lua_remove(L, fnameindex); in luaL_loadfilex()
782 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
839 lua_remove(L, -2); /* remove '__name' */ in luaL_tolstring()
874 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
909 lua_remove(L, -2); /* remove LOADED table */ in luaL_pushmodule()
[all …]
H A Dlua.c207 lua_remove(L, base); /* remove message handler from the stack */ in docall()
337 lua_remove(L, -2); /* remove modified line */ in addreturn()
379 lua_remove(L, 1); /* remove line from the stack */ in loadline()
432 lua_remove(L, -i); /* remove table from the stack */ in pushargs()
H A Dloadlib.c178 lua_remove(L, -2); /* remove original string */ in setprogdir()
304 lua_remove(L, -2); /* remove result from 1st 'gsub' */ in setpath()
446 lua_remove(L, -2); /* remove path template */ in searchpath()
450 lua_remove(L, -2); /* remove file name */ in searchpath()
H A Dlbaselib.c377 lua_remove(L, 1); /* remove it */ in luaB_assert()
H A Dldblib.c394 lua_remove(L, -2); /* remove hook table */ in db_gethook()
H A Dlua.h371 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1)) macro
H A Dlstrlib.c723 lua_remove(L, -2); /* remove original value */ in add_s()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c49 lua_remove(L, -2); /* remove table (but keep name) */ in findfield()
86 lua_remove(L, -2); /* remove name */ in pushfuncname()
412 lua_remove(L, -2); /* remove old buffer */ in luaL_prepbuffsize()
436 lua_remove(L, -2); /* remove old buffer */ in luaL_pushresult()
453 lua_remove(L, (buffonstack(B)) ? -2 : -1); /* remove value */ in luaL_addvalue()
566 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
644 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
680 lua_remove(L, -2); /* remove _LOADED table */ in luaL_pushmodule()
H A Dlua.h147 LUA_API void (lua_remove) (lua_State *L, int idx); variable
H A Dlapi.c181 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c467 lua_remove(state, 1); in zcp_convert_return_values()
884 lua_remove(state, 1); in zcp_eval_impl()
1360 lua_remove(state, 1); in zcp_parse_table_args()