Home
last modified time | relevance | path

Searched refs:luaopen_coroutine (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlinit.c51 {LUA_COLIBNAME, luaopen_coroutine},
H A Dlualib.h23 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
H A Dlcorolib.c210 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function