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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.h 251 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, int ctx,
253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
lbaselib.c 341 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont);
lapi.c 889 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, function

Completed in 35 milliseconds