Searched refs:luaD_rawrunprotected (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ldo.c | 142 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 D | ldo.h | 87 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
H A D | lstate.c | 411 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|