Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlinit.c45 {LUA_COLIBNAME, luaopen_coroutine},
H A Dlualib.h21 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
H A Dlcorolib.c164 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlualib.h18 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
H A Dlcorolib.c150 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1063 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()