HomeSort by: relevance | last modified time | path
    Searched refs:lua_newstate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstate.c 81 addbuff(buff, p, &lua_newstate); /* public function */
364 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { function
lua.h 167 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
lauxlib.c 1114 lua_State *L = lua_newstate(l_alloc, NULL);
  /src/sys/modules/lua/
lua.c 691 K->L = lua_newstate(f, ud);

Completed in 23 milliseconds