Home
last modified time | relevance | path

Searched refs:luaD_rawrunprotected (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.h43 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dldo.c208 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function
631 status = luaD_rawrunprotected(L, resume_cb, L->top - nargs); in lua_resume()
637 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */ in lua_resume()
691 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
H A Dlstate.c305 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
H A Dlapi.c99 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK); in lua_checkstack()
/freebsd/contrib/lua/src/
H A Dldo.c138 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function
825 status = luaD_rawrunprotected(L, unroll, NULL); in precover()
849 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume()
930 status = luaD_rawrunprotected(L, &closepaux, &pcl); in luaD_closeprotected()
953 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
H A Dldo.h85 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dlstate.c407 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()