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

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c360 ptrdiff_t funcr = savestack(L, func); local
366 func = restorestack(L, funcr); /* previous call may change stack */
383 ptrdiff_t funcr = savestack(L, func); local
394 ci->func = restorestack(L, funcr);
416 func = restorestack(L, funcr);
421 func = restorestack(L, funcr); /* previous call can change stack */

Completed in 110 milliseconds