Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c83 lua_settop(L, 1); in luaB_error()
111 lua_settop(L, 2); in luaB_setmetatable()
172 lua_settop(L, 2); in luaB_rawget()
181 lua_settop(L, 3); in luaB_rawset()
228 lua_settop(L, 2); /* create a 2nd argument if there isn't one */ in luaB_next()
319 lua_settop(L, 3); /* function, eventual name, plus one reserved slot */ in luaB_load()
387 lua_settop(L, 2); in luaB_xpcall()
422 lua_settop(L, 1); in luaB_newproxy()
H A Dldblib.c41 lua_settop(L, 2); in db_setmetatable()
56 lua_settop(L, 2); in db_setfenv()
172 lua_settop(L, arg+3); in db_setlocal()
263 lua_settop(L, arg+1); in db_sethook()
314 lua_settop(L, 0); /* remove eventual returns */ in db_debug()
H A Dlua.c198 lua_settop(L, 0); in loadline()
232 lua_settop(L, 0); /* clear stack */ in dotty()
H A Dlua.h121 LUA_API void (lua_settop) (lua_State *L, int idx); variable
254 #define lua_pop(L,n) lua_settop(L, -(n)-1)
H A Dloslib.c177 lua_settop(L, 1); /* make sure table is at the top */ in os_time()
H A Dltablib.c261 lua_settop(L, 2); /* make sure there is two arguments */ in sort()
H A Dlua_cmsgpack.c450 lua_settop(L, stacktop); in table_is_an_array()
461 lua_settop(L, stacktop); in table_is_an_array()
H A Dlstrlib.c150 lua_settop(L, 1); in str_dump()
577 lua_settop(L, 2); in gmatch()
H A Dliolib.c402 lua_settop(L, 0); in io_readline()
H A Dloadlib.c454 lua_settop(L, 1); /* _LOADED table will be at index 2 */ in ll_require()
H A Dlauxlib.c585 lua_settop(L, fnameindex); /* ignore results from `lua_load' */ in luaL_loadfile()
H A Dlapi.c164 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
/f-stack/freebsd/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)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c892 lua_settop(state, 0); in zcp_eval_impl()
963 lua_settop(ri->zri_state, 0); in zcp_pool_error()