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

  /src/external/bsd/lutok/dist/
state.cpp 53 protected_getglobal(lua_State* state)
70 protected_gettable(lua_State* state)
87 protected_next(lua_State* state)
104 protected_setglobal(lua_State* state)
121 protected_settable(lua_State* state)
140 lua_State* raw_state) throw()
174 cxx_closure_trampoline(lua_State* raw_state)
203 cxx_function_trampoline(lua_State* raw_state)
221 lua_State* lua_state; member in struct:lutok::state::impl
    [all...]
  /src/sys/modules/lua/
luavar.h 43 struct lua_state { struct
48 LIST_ENTRY(lua_state) lua_next;
lua.c 77 static LIST_HEAD(, lua_state) lua_states =
86 static const char *lua_reader(lua_State *, void *, size_t *);
87 static void lua_maxcount(lua_State *, lua_Debug *);
89 static int lua_require(lua_State *);
208 struct lua_state *s;
225 kmem_free(s, sizeof(struct lua_state));
286 struct lua_state *s;
513 lua_require(lua_State *L)
515 struct lua_state *s;
604 lua_reader(lua_State *L, void *data, size_t *size
    [all...]

Completed in 23 milliseconds