Searched refs:luaD_pcall (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 36 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
| H A D | ldo.c | 669 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function 741 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| H A D | lgc.c | 823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
|
| H A D | lapi.c | 946 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 66 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
| H A D | lfunc.c | 164 int newstatus = luaD_pcall(L, callclose, NULL, oldtop, 0); in callclosemth()
|
| H A D | ldo.c | 777 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function 848 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| H A D | lgc.c | 915 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
|
| H A D | lapi.c | 1031 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
|