Searched defs:lua_yield (Results 1 – 3 of 3) sorted by relevance
444 LUA_API int lua_yield (lua_State *L, int nresults) { in lua_yield() function
213 LUA_API int (lua_yield) (lua_State *L, int nresults); variable
273 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro