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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 26 if (lua_status(co) == LUA_OK && lua_gettop(co) == 0) {
33 int nres = lua_gettop(co);
53 r = auxresume(L, co, lua_gettop(L) - 1);
69 int r = auxresume(L, co, lua_gettop(L));
100 return lua_yield(L, lua_gettop(L));
117 else if (lua_gettop(co) == 0)
lbitlib.c 37 int i, n = lua_gettop(L);
60 int i, n = lua_gettop(L);
70 int i, n = lua_gettop(L);
lbaselib.c 24 int n = lua_gettop(L); /* number of arguments */
332 return lua_gettop(L) - 1;
349 return lua_gettop(L);
354 int n = lua_gettop(L);
378 return lua_gettop(L);
393 status = lua_pcallk(L, lua_gettop(L) - 2, LUA_MULTRET, 0, 0, pcallcont);
400 int n = lua_gettop(L);
lmathlib.c 171 int n = lua_gettop(L); /* number of arguments */
185 int n = lua_gettop(L); /* number of arguments */
202 switch (lua_gettop(L)) { /* check number of arguments */
ltablib.c 44 switch (lua_gettop(L)) {
120 int n = lua_gettop(L); /* number of elements to pack */
lua.c 174 int base = lua_gettop(L) - narg; /* function index */
310 if (status == LUA_OK && lua_gettop(L) > 0) { /* any result to print? */
314 if (lua_pcall(L, lua_gettop(L)-1, 0, 0) != LUA_OK)
lauxlib.c 68 int top = lua_gettop(L);
119 int top = lua_gettop(L);
138 lua_concat(L, lua_gettop(L) - top);
141 lua_concat(L, lua_gettop(L) - top);
635 int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */
liolib.c 304 int n = lua_gettop(L) - 1; /* number of arguments to read */
424 int nargs = lua_gettop(L) - 1;
514 int nargs = lua_gettop(L) - arg;
lua.h 145 LUA_API int (lua_gettop) (lua_State *L);
lstrlib.c 153 int n = lua_gettop(L); /* number of arguments */
893 int top = lua_gettop(L);
loadlib.c 587 int lastarg = lua_gettop(L); /* last parameter */
lapi.c 160 LUA_API int lua_gettop (lua_State *L) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 210 if (lua_gettop(L)<a || lua_gettop(L)>b) \
211 {SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L));\
727 lua_call(L,lua_gettop(L)-1,1);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 470 if (lua_gettop(L) < 5) {
    [all...]
  /external/skia/src/utils/
SkLua.cpp 462 if (lua_gettop(L) < 5) {
    [all...]

Completed in 475 milliseconds