Home
last modified time | relevance | path

Searched refs:luaD_rawrunprotected (Results 1 – 4 of 4) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dldo.h45 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dldo.c140 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function
583 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume()
589 status = luaD_rawrunprotected(L, unroll, &status); in lua_resume()
648 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
H A Dlstate.c329 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
H A Dlapi.c113 res = (luaD_rawrunprotected(L, &growstack, &n) == LUA_OK); in lua_checkstack()