Searched refs:luaD_rawrunprotected (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 44 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
| H A D | ldo.c | 194 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 617 status = luaD_rawrunprotected(L, resume_cb, L->top - nargs); in lua_resume() 623 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */ in lua_resume() 677 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 | 100 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK); in lua_checkstack()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 75 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
| H A D | ldo.c | 141 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 716 status = luaD_rawrunprotected(L, resume, &nargs); in lua_resume() 720 status = luaD_rawrunprotected(L, unroll, &status); in lua_resume() 784 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|
| H A D | lfunc.c | 202 status = luaD_rawrunprotected(L, trynewtbcupval, level); in luaF_newtbcupval()
|
| H A D | lstate.c | 396 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|