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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 305 lua_call(L,0,1);
350 lua_call(L,1,0);
449 lua_call(L,0,1); /* 1 value in (userdata),1 out (result) */
490 lua_call(L,1,0);
582 lua_call(L,1,1); /* 1 value in (userdata),1 out (result) */
606 lua_call(L,2,1); /* 2 value in (userdata),1 out (result) */
639 lua_call(L,2,0);
653 lua_call(L,3,0); /* 3 values in ,0 out */
727 lua_call(L,lua_gettop(L)-1,1);
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 32 lua_call(L, 1, 1);
207 lua_call(L, 1, 3); /* get 3 values from metamethod */
296 lua_call(L, 0, 1); /* call it */
loadlib.c 495 lua_call(L, 1, 2); /* call it */
520 lua_call(L, 2, 1); /* run loader to load module */
564 lua_call(L, 1, 0);
ltablib.c 175 lua_call(L, 2, 1);
ldblib.c 271 lua_call(L, 2, 0);
lua.h 33 /* option for multiple returns in 'lua_pcall' and 'lua_call' */
253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
lauxlib.c 720 lua_call(L, 1, 1);
890 lua_call(L, 1, 1); /* open module */
lstrlib.c 712 lua_call(L, n, 1);

Completed in 222 milliseconds