Searched refs:lua_resume (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcorolib.c30 status = lua_resume(co, L, narg);
H A Dlua.h273 LUA_API int (lua_resume) (lua_State *L, lua_State *from, int narg);
H A Dldo.c499 luaD_throw(L, -1); /* jump back to 'lua_resume' */
504 ** do the work for 'lua_resume' in protected mode
545 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { function
554 if (status == -1) /* error calling 'lua_resume'? */
/freebsd-11-stable/contrib/lua/src/
H A Dlcorolib.c39 status = lua_resume(co, L, narg);
H A Dlua.h291 LUA_API int (lua_resume) (lua_State *L, lua_State *from, int narg);
H A Dldo.c599 ** Signal an error in the call to 'lua_resume', not in the execution
613 ** Do the work for 'lua_resume' in protected mode. Most of the work
648 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { function
665 if (status == -1) /* error calling 'lua_resume'? */

Completed in 104 milliseconds