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

/netbsd-current/external/mit/lua/dist/src/
H A Dlcorolib.c43 status = lua_resume(co, L, narg, &nres);
H A Dlua.h334 LUA_API int (lua_resume) (lua_State *L, lua_State *from, int narg,
H A Dldo.c769 ** Signal an error in the call to 'lua_resume', not in the execution
783 ** Do the work for 'lua_resume' in protected mode. Most of the work
835 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs, function

Completed in 197 milliseconds