Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.c1121 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci)) macro
1590 ProtectNT(luaV_concat(L, n)); in luaV_execute()
1836 ProtectNT(luaD_call(L, ra + 4, GETARG_C(i))); /* do the call */ in luaV_execute()
1889 ProtectNT(luaT_adjustvarargs(L, GETARG_A(i), ci, cl->p)); in luaV_execute()