Home
last modified time | relevance | path

Searched refs:hastocloseCfunc (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlapi.h43 #define hastocloseCfunc(n) ((n) < LUA_MULTRET) macro
Dlapi.c190 if (diff < 0 && hastocloseCfunc(ci->nresults)) in lua_settop()
1246 if (!hastocloseCfunc(nresults)) /* function not marked yet? */ in lua_toclose()
1248 lua_assert(hastocloseCfunc(L->ci->nresults)); in lua_toclose()
Dldo.c390 if (hastocloseCfunc(wanted)) { /* to-be-closed variables? */ in moveresults()