Searched refs:nyield (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h172 ** - field 'nyield' is used only while a function is "doing" an
197 int nyield; /* number of values yielded */ member in union:CallInfo::__anon822
H A Dldo.c863 *nresults = (status == LUA_YIELD) ? L->ci->u2.nyield
889 ci->u2.nyield = nresults; /* save number of results */

Completed in 177 milliseconds