HomeSort by relevance Sort by last modified time
    Searched refs:lua_settop (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 91 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 */
ldblib.c 44 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 */
lua.c 283 lua_settop(L, 0);
320 lua_settop(L, 0); /* clear stack */
lua.h 146 LUA_API void (lua_settop) (lua_State *L, int idx);
323 #define lua_pop(L,n) lua_settop(L, -(n)-1)
loslib.c 248 lua_settop(L, 1); /* make sure table is at the top */
ltablib.c 252 lua_settop(L, 2); /* make sure there is two arguments */
liolib.c 489 lua_settop(L , 1);
502 lua_settop(L, 0);
lauxlib.c 77 lua_settop(L, top); /* remove function and global table */
658 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
lstrlib.c 177 lua_settop(L, 1);
671 lua_settop(L, 2);
loadlib.c 510 lua_settop(L, 1); /* _LOADED table will be at index 2 */
lapi.c 165 LUA_API void lua_settop (lua_State *L, int idx) { function
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 56 lua_settop(L, -2);
  /external/skia/tools/lua/
lua_pictures.cpp 67 lua_settop(L, -2);
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 34 lua_settop(L, -1);
SkLua.cpp     [all...]
  /external/skia/src/utils/
SkLuaCanvas.cpp 34 lua_settop(L, -1);
SkLua.cpp     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 359 lua_settop(L,3); /* reset back to start */
    [all...]

Completed in 108 milliseconds