Searched refs:lua_settop (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlbaselib.c91 lua_settop(L, 1);
119 lua_settop(L, 2);
145 lua_settop(L, 2);
154 lua_settop(L, 3);
215 lua_settop(L, 2); /* create a 2nd argument if there isn't one */
322 lua_settop(L, RESERVEDSLOT); /* create reserved slot */
338 lua_settop(L, 1);
371 lua_settop(L, 0); /* create space for return values */
H A Dldblib.c44 lua_settop(L, 2);
65 lua_settop(L, 2);
198 lua_settop(L, arg+3);
301 lua_settop(L, arg+1);
354 lua_settop(L, 0); /* remove eventual returns */
H A Dlua.c283 lua_settop(L, 0);
320 lua_settop(L, 0); /* clear stack */
H A Dlua.h146 LUA_API void (lua_settop) (lua_State *L, int idx);
323 #define lua_pop(L,n) lua_settop(L, -(n)-1)
H A Dloslib.c248 lua_settop(L, 1); /* make sure table is at the top */
H A Dltablib.c252 lua_settop(L, 2); /* make sure there is two arguments */
H A Dliolib.c489 lua_settop(L , 1);
502 lua_settop(L, 0);
H A Dlauxlib.c77 lua_settop(L, top); /* remove function and global table */
658 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
H A Dlstrlib.c177 lua_settop(L, 1);
671 lua_settop(L, 2);
H A Dloadlib.c510 lua_settop(L, 1); /* _LOADED table will be at index 2 */
H A Dlapi.c165 LUA_API void lua_settop (lua_State *L, int idx) { function

Completed in 66 milliseconds