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

/netbsd-current/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp221 void savestate();
502 savestate();
650 | Routine: savestate ( )
661 savestate() function
/netbsd-current/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 */

Completed in 111 milliseconds