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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.c 96 addbuff(buff, p, &lua_newstate); /* public function */
262 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { function
lua.h 131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
lauxlib.c 938 lua_State *L = lua_newstate(l_alloc, NULL);

Completed in 308 milliseconds