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

  /src/external/mit/lua/dist/src/
lfunc.h 59 LUAI_FUNC StkId luaF_close (lua_State *L, StkId level, int status, int yy);
lfunc.c 231 StkId luaF_close (lua_State *L, StkId level, int status, int yy) {
ldo.c 458 res = luaF_close(L, res, CLOSEKTOP, 1);
673 ** Note that, up to the call to 'luaF_close', the corresponding
686 func = luaF_close(L, func, status, 1); /* can yield or raise an error */
907 ** Auxiliary structure to call 'luaF_close' in protected mode.
916 ** Auxiliary function to call 'luaF_close' in protected mode.
920 luaF_close(L, pcl->level, pcl->status, 0);
925 ** Calls 'luaF_close' in protected mode. Return the original status
lapi.c 208 newtop = luaF_close(L, newtop, CLOSEKTOP, 0);
221 level = luaF_close(L, level, CLOSEKTOP, 0);
lvm.c 1689 Protect(luaF_close(L, ra, LUA_OK, 1));
1828 luaF_close(L, base, CLOSEKTOP, 1);

Completed in 33 milliseconds