Searched refs:dothecall (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 802 static void dothecall (lua_State *L, void *ud) { in dothecall() function 823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
|
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 901 static void dothecall (lua_State *L, void *ud) { in dothecall() function 923 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top.p - 2), 0); in GCTM()
|