Home
last modified time | relevance | path

Searched refs:lua_getctx (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlbaselib.c383 int status = lua_getctx(L, NULL); in pcallcont()
Dlua.h255 LUA_API int (lua_getctx) (lua_State *L, int *ctx); variable
Dlapi.c880 LUA_API int lua_getctx (lua_State *L, int *ctx) { in lua_getctx() function