Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c331 lua_pushthread(L); in hookf()
391 lua_pushthread(L1); lua_xmove(L1, L, 1); /* key (thread) */ in db_sethook()
414 lua_pushthread(L1); lua_xmove(L1, L, 1); in db_gethook()
H A Dlcorolib.c168 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlua.h278 LUA_API int (lua_pushthread) (lua_State *L); variable
H A Dlapi.c634 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function