Lines Matching refs:lua_State
296 struct lua_State *twups; /* list of threads with open upvalues */
298 struct lua_State *mainthread;
311 struct lua_State { struct
324 struct lua_State *twups; /* list of threads with open upvalues */ argument
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);
403 LUAI_FUNC void luaE_checkcstack (lua_State *L);
404 LUAI_FUNC void luaE_incCstack (lua_State *L);
405 LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont);
406 LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where);
407 LUAI_FUNC int luaE_resetthread (lua_State *L, int status);