Home
last modified time | relevance | path

Searched refs:lua_tothread (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c26 lua_State *co = lua_tothread(L, 1); in getco()
78 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
H A Dldblib.c101 return lua_tothread(L, 1); in getthread()
H A Dlua.h216 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
H A Dlapi.c470 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function