reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
743 struct __jmp_buf_tag;
744 extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
usr/include/setjmp.h45 typedef struct __jmp_buf_tag jmp_buf[1]; 54 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL; 58 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL; 67 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) 74 extern void _longjmp (struct __jmp_buf_tag __env[1], int __val) 83 typedef struct __jmp_buf_tag sigjmp_buf[1];