Searched refs:luaD_rawrunprotected (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ldo.h | 43 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
H A D | ldo.c | 129 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 547 status = luaD_rawrunprotected(L, resume_cb, L->top - nargs); in lua_resume() 553 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */ in lua_resume() 607 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|
H A D | lstate.c | 306 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|
H A D | lapi.c | 102 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK); in lua_checkstack()
|