HomeSort by: relevance | last modified time | path
    Searched refs:nyield (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstate.h 172 ** - field 'nyield' is used only while a function is "doing" an
197 int nyield; /* number of values yielded */ member in union:CallInfo::__anon23879
ldo.c 863 *nresults = (status == LUA_YIELD) ? L->ci->u2.nyield
889 ci->u2.nyield = nresults; /* save number of results */

Completed in 22 milliseconds