Searched refs:dothecall (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c802 static void dothecall (lua_State *L, void *ud) { function
823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c893 static void dothecall (lua_State *L, void *ud) { function
915 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);

Completed in 65 milliseconds