Home
last modified time | relevance | path

Searched refs:luaD_pcall (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldo.h36 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dldo.c669 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 Dlgc.c823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
H A Dlapi.c946 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
/freebsd-13.1/contrib/lua/src/
H A Dldo.h66 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dlfunc.c164 int newstatus = luaD_pcall(L, callclose, NULL, oldtop, 0); in callclosemth()
H A Dldo.c777 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 Dlgc.c915 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
H A Dlapi.c1031 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()