luaD_rawrunprotected 428 lib/lua/ldo.c status = luaD_rawrunprotected(L, resume, L->top - nargs); luaD_rawrunprotected 464 lib/lua/ldo.c status = luaD_rawrunprotected(L, func, u); luaD_rawrunprotected 52 lib/lua/ldo.h LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud); luaD_rawrunprotected 182 lib/lua/lstate.c if (luaD_rawrunprotected(L, f_luaopen, NULL) != 0) { luaD_rawrunprotected 209 lib/lua/lstate.c } while (luaD_rawrunprotected(L, callallgcTM, NULL) != 0);