Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c142 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function
829 status = luaD_rawrunprotected(L, unroll, NULL); in precover()
853 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume()
934 status = luaD_rawrunprotected(L, &closepaux, &pcl); in luaD_closeprotected()
957 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
H A Dldo.h87 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dlstate.c411 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()