| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 73 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 D | ltablib.c | 252 lua_settop(L, 2); /* make sure there is two arguments */ in tsort()
|
| H A D | lstrlib.c | 188 lua_settop(L, 1); in str_dump() 682 lua_settop(L, 2); in str_gmatch()
|
| H A D | lapi.c | 162 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function 1338 EXPORT_SYMBOL(lua_settop);
|
| H A D | lauxlib.c | 71 lua_settop(L, top); /* remove function and global table */ in pushglobalfuncname()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 83 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 D | ldblib.c | 41 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 D | lua.c | 198 lua_settop(L, 0); in loadline() 232 lua_settop(L, 0); /* clear stack */ in dotty()
|
| H A D | lua.h | 121 LUA_API void (lua_settop) (lua_State *L, int idx); variable 254 #define lua_pop(L,n) lua_settop(L, -(n)-1)
|
| H A D | loslib.c | 177 lua_settop(L, 1); /* make sure table is at the top */ in os_time()
|
| H A D | ltablib.c | 261 lua_settop(L, 2); /* make sure there is two arguments */ in sort()
|
| H A D | lua_cmsgpack.c | 450 lua_settop(L, stacktop); in table_is_an_array() 461 lua_settop(L, stacktop); in table_is_an_array()
|
| H A D | lstrlib.c | 150 lua_settop(L, 1); in str_dump() 577 lua_settop(L, 2); in gmatch()
|
| H A D | liolib.c | 402 lua_settop(L, 0); in io_readline()
|
| H A D | loadlib.c | 454 lua_settop(L, 1); /* _LOADED table will be at index 2 */ in ll_require()
|
| H A D | lauxlib.c | 585 lua_settop(L, fnameindex); /* ignore results from `lua_load' */ in luaL_loadfile()
|
| H A D | lapi.c | 164 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 146 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 D | zcp.c | 892 lua_settop(state, 0); in zcp_eval_impl() 963 lua_settop(ri->zri_state, 0); in zcp_pool_error()
|