Searched refs:luaD_pcall (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldo.h | 35 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
H A D | ldo.c | 683 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function 755 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
H A D | lgc.c | 822 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
|
H A D | lapi.c | 947 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
|
/freebsd/contrib/lua/src/ |
H A D | ldo.h | 76 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
H A D | ldo.c | 946 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function 1015 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top.p), L->errfunc); in luaD_protectedparser()
|
H A D | lgc.c | 921 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top.p - 2), 0); in GCTM()
|
H A D | lapi.c | 1064 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
|