OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:savepc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lvm.c
1184
#define
savepc
(L) (ci->u.l.savedpc = pc)
macro
1191
#define savestate(L,ci) (
savepc
(L), L->top.p = ci->top.p)
1201
#define ProtectNT(exp) (
savepc
(L), (exp), updatetrap(ci))
1211
{ luaC_condGC(L, (
savepc
(L), L->top.p = (c)), \
1782
savepc
(L); /* in case of errors */
1802
savepc
(ci); /* several calls here can raise errors */
1823
savepc
(ci);
1843
savepc
(ci);
1860
savepc
(ci);
Completed in 20 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026