Searched refs:luaopen_coroutine (Results 1 – 6 of 6) sorted by relevance
45 {LUA_COLIBNAME, luaopen_coroutine},
21 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
164 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
18 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
150 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
1063 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()