Searched refs:luaF_close (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lfunc.h | 59 LUAI_FUNC StkId luaF_close (lua_State *L, StkId level, int status, int yy);
|
| H A D | ldo.c | 458 res = luaF_close(L, res, CLOSEKTOP, 1); in moveresults() 686 func = luaF_close(L, func, status, 1); /* can yield or raise an error */ in finishpcallk() 920 luaF_close(L, pcl->level, pcl->status, 0); in closepaux()
|
| H A D | lfunc.c | 231 StkId luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close() function
|
| H A D | lapi.c | 208 newtop = luaF_close(L, newtop, CLOSEKTOP, 0); in lua_settop() 221 level = luaF_close(L, level, CLOSEKTOP, 0); in lua_closeslot()
|
| H A D | lvm.c | 1689 Protect(luaF_close(L, ra, LUA_OK, 1)); 1828 luaF_close(L, base, CLOSEKTOP, 1);
|