Searched refs:lua_yield (Results 1 – 5 of 5) sorted by relevance
98 return lua_yield(L, lua_gettop(L)); in luaB_yield()
213 LUA_API int (lua_yield) (lua_State *L, int nresults); variable
594 return lua_yield(L, lua_gettop(L)); in luaB_yield()
444 LUA_API int lua_yield (lua_State *L, int nresults) { in lua_yield() function
273 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro