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

/barrelfish-master/lib/lua/src/
H A Dldo.c277 ptrdiff_t funcr = savestack(L, func); local
283 func = restorestack(L, funcr); /* previous call may change stack */
300 ptrdiff_t funcr = savestack(L, func); local
311 ci->func = restorestack(L, funcr);
333 func = restorestack(L, funcr);
338 func = restorestack(L, funcr); /* previous call can change stack */

Completed in 88 milliseconds