Searched refs:luaD_rawrunprotected (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ldo.h | 45 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
| H A D | ldo.c | 140 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 D | lstate.c | 329 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|
| H A D | lapi.c | 113 res = (luaD_rawrunprotected(L, &growstack, &n) == LUA_OK); in lua_checkstack()
|