Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c281 ptrdiff_t funcr = savestack(L, func); in tryfuncTM() local
287 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
304 ptrdiff_t funcr = savestack(L, func); in luaD_precall() local
315 ci->func = restorestack(L, funcr); in luaD_precall()
337 func = restorestack(L, funcr); in luaD_precall()
342 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()