Home
last modified time | relevance | path

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

/netbsd/external/bsd/file/dist/magic/magdir/
H A Dpolyml12 # libpolyml/savestate.cpp#L146-L147
14 # libpolyml/savestate.cpp#L1262-L1263
/netbsd/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp221 void savestate();
502 savestate(); in conv()
661 savestate() in savestate() function
/netbsd/external/mit/lua/dist/src/
H A Dlvm.c1191 #define savestate(L,ci) (savepc(L), L->top.p = ci->top.p) macro
1198 #define Protect(exp) (savestate(L,ci), (exp), updatetrap(ci))
1207 #define halfProtect(exp) (savestate(L,ci), (exp))
1499 savestate(L, ci); /* in case of division by 0 */
1514 savestate(L, ci); /* in case of division by 0 */
1563 savestate(L, ci); /* in case of division by 0 */
1578 savestate(L, ci); /* in case of division by 0 */
1910 savestate(L, ci); /* in case of errors */