Searched refs:tostate (Results 1 – 1 of 1) sorted by relevance
29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()149 L = tostate(l); in lua_newstate()