Searched refs:luaD_rawrunprotected (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldo.h | 76 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
A D | ldo.c | 138 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 767 status = luaD_rawrunprotected(L, unroll, NULL); in precover() 788 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume() 869 status = luaD_rawrunprotected(L, &closepaux, &pcl); in luaD_closeprotected() 892 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|
A D | lstate.c | 401 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|
Completed in 8 milliseconds