Home
last modified time | relevance | path

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

/dports/misc/estic/estic-1.61_10/spunk/os2src/
H A Dtask.cc71 jmp_buf JumpBuf; member
90 longjmp (TR->JumpBuf, 1); in TaskException()
152 if (setjmp (Reg.JumpBuf) == 0) { in CreateFunc()
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A D_scanf.c59 static jmp_buf JumpBuf; /* "Label" that is used for failures */ variable
275 (char*) __AX__ = JumpBuf; in Error()
510 if ((unsigned char) setjmp (JumpBuf) == RC_OK) { in _scanf()
/dports/emulators/hercules/hercules-3.13/
H A Dfthreads.c744 jmp_buf JumpBuf; // (jump buffer for fthread_exit) member
811 if ( setjmp ( pFTHREAD->JumpBuf ) == 0 ) in FTWin32ThreadFunc()
965 longjmp ( pFTHREAD->JumpBuf, 1 ); in fthread_exit()