Searched refs:lua_pcallk (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lbaselib.c | 455 status = lua_pcallk(L, lua_gettop(L) - 2, LUA_MULTRET, 0, 0, finishpcall); in luaB_pcall() 472 status = lua_pcallk(L, n - 2, LUA_MULTRET, 2, 2, finishpcall); in luaB_xpcall()
|
| H A D | lua.h | 285 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc, variable 287 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL)
|
| H A D | lapi.c | 1010 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() function
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 257 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc, variable 259 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL)
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 925 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() function 1320 EXPORT_SYMBOL(lua_pcallk);
|