Searched refs:lua_settop (Results 1 – 13 of 13) sorted by relevance
| /redis-3.2.3/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_struct.c | 300 lua_settop(L, 2); in b_unpack()
|
| H A D | lua_cmsgpack.c | 448 lua_settop(L, stacktop); in table_is_an_array() 459 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
|