Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dldo.h37 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dldo.c640 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function
712 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.c953 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()