Home
last modified time | relevance | path

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

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