HomeSort by: relevance | last modified time | path
    Searched defs:lua_State (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstate.h 296 struct lua_State *twups; /* list of threads with open upvalues */
298 struct lua_State *mainthread;
311 struct lua_State {
324 struct lua_State *twups; /* list of threads with open upvalues */
362 struct lua_State th; /* thread */
399 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
400 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
401 LUAI_FUNC void luaE_freeCI (lua_State *L);
402 LUAI_FUNC void luaE_shrinkCI (lua_State *L)
    [all...]
lua.h 61 typedef struct lua_State lua_State;
110 typedef int (*lua_CFunction) (lua_State *L);
115 typedef int (*lua_KFunction) (lua_State *L, int status, lua_KContext ctx);
121 typedef const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz);
123 typedef int (*lua_Writer) (lua_State *L, const void *p, size_t sz, void *ud);
147 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
167 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
168 LUA_API void (lua_close) (lua_State *L);
169 LUA_API lua_State *(lua_newthread) (lua_State *L)
    [all...]

Completed in 21 milliseconds