Searched refs:jmp_buf_data (Results 1 – 4 of 4) sorted by relevance
12 struct jmp_buf_data { struct21 int setjmp(struct jmp_buf_data *jmp_buf); argument22 void longjmp(struct jmp_buf_data *jmp_buf, int val);
10 int setjmp(struct jmp_buf_data *jmp_buf) in setjmp()17 void longjmp(struct jmp_buf_data *jmp_buf, int val) in longjmp()
15 struct jmp_buf_data { struct23 typedef struct jmp_buf_data jmp_buf[1]; argument
272 struct jmp_buf_data exit_jmp;