Home
last modified time | relevance | path

Searched refs:lua_settop (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlbaselib.c84 lua_settop(L, 1); /* yes; return it */ in luaB_tonumber()
116 lua_settop(L, 1); in luaB_error()
143 lua_settop(L, 2); in luaB_setmetatable()
169 lua_settop(L, 2); in luaB_rawget()
178 lua_settop(L, 3); in luaB_rawset()
253 lua_settop(L, 2); /* create a 2nd argument if there isn't one */ in luaB_next()
378 lua_settop(L, RESERVEDSLOT); /* create reserved slot */ in luaB_load()
395 lua_settop(L, 1); in luaB_dofile()
410 lua_settop(L, 1); /* leave only message (default if no other one) */ in luaB_assert()
H A Dldblib.c59 lua_settop(L, 2); in db_setmetatable()
81 lua_settop(L, 2); in db_setuservalue()
243 lua_settop(L, arg+3); in db_setlocal()
369 lua_settop(L, arg+1); in db_sethook()
429 lua_settop(L, 0); /* remove eventual returns */ in db_debug()
H A Dlmathlib.c97 lua_settop(L, 1); /* integer is its own floor */ in math_floor()
108 lua_settop(L, 1); /* integer is its own ceil */ in math_ceil()
141 lua_settop(L, 1); /* number is its own integer part */ in math_modf()
H A Dlua.c526 lua_settop(L, 0); in loadline()
568 lua_settop(L, 0); /* clear stack */ in doREPL()
H A Dlua.h169 LUA_API void (lua_settop) (lua_State *L, int idx); variable
364 #define lua_pop(L,n) lua_settop(L, -(n)-1)
H A Dlauxlib.c90 lua_settop(L, top + 1); /* remove table "loaded" and name copy */ in pushglobalfuncname()
94 lua_settop(L, top); /* remove function and global table */ in pushglobalfuncname()
782 lua_settop(L, fnameindex); /* ignore results from 'lua_load' */ in luaL_loadfilex()
H A Dliolib.c629 lua_settop(L , 1); in io_readline()
643 lua_settop(L, 0); /* clear stack */ in io_readline()
H A Dloslib.c353 lua_settop(L, 1); /* make sure table is at the top */ in os_time()
H A Dltablib.c403 lua_settop(L, 2); /* make sure there are two arguments */ in sort()
H A Dlstrlib.c236 lua_settop(L, 1); /* ensure function is on the top of the stack */ in str_dump()
277 lua_settop(L, 2); /* back to the original arguments */ in trymt()
857 lua_settop(L, 2); /* keep strings on closure to avoid being collected */ in gmatch()
H A Dloadlib.c656 lua_settop(L, 1); /* LOADED table will be at index 2 */ in ll_require()
H A Dlapi.c173 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c73 lua_settop(L, 1); in luaB_error()
101 lua_settop(L, 2); in luaB_setmetatable()
127 lua_settop(L, 2); in luaB_rawget()
136 lua_settop(L, 3); in luaB_rawset()
197 lua_settop(L, 2); /* create a 2nd argument if there isn't one */ in luaB_next()
H A Dltablib.c252 lua_settop(L, 2); /* make sure there is two arguments */ in tsort()
H A Dlstrlib.c188 lua_settop(L, 1); in str_dump()
682 lua_settop(L, 2); in str_gmatch()
H A Dlapi.c162 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
1338 EXPORT_SYMBOL(lua_settop);
H A Dlauxlib.c71 lua_settop(L, top); /* remove function and global table */ in pushglobalfuncname()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h146 LUA_API void (lua_settop) (lua_State *L, int idx); variable
323 #define lua_pop(L,n) lua_settop(L, -(n)-1)
/freebsd-13.1/libexec/flua/modules/
H A Dlfs.c352 lua_settop(L, 2); in lua_attributes()
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c138 lua_settop (fd->L, 0); in lua_ucl_userdata_emitter()
510 lua_settop (L, 3); /* gen, obj, func */ in ucl_object_lua_fromelt()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c893 lua_settop(state, 0); in zcp_eval_impl()
964 lua_settop(ri->zri_state, 0); in zcp_pool_error()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2687 lua_settop(L,top); /* restore the stack */ in SWIG_Lua_dostring()