Searched refs:CLOSEKTOP (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlfunc.h49 #define CLOSEKTOP (-1) macro
H A Dlfunc.c142 ** If status is CLOSEKTOP, the call to the closing method will be pushed
150 if (status == CLOSEKTOP)
H A Dlapi.c208 newtop = luaF_close(L, newtop, CLOSEKTOP, 0);
221 level = luaF_close(L, level, CLOSEKTOP, 0);
H A Dldo.c458 res = luaF_close(L, res, CLOSEKTOP, 1);
H A Dlvm.c1828 luaF_close(L, base, CLOSEKTOP, 1);

Completed in 196 milliseconds